diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 3f167f8..ada9fa1 100644 --- a/src/world.h +++ b/src/world.h @@ -21,7 +21,6 @@ typedef int16_t WorldUID; typedef struct BVHNode { - int8_t level; BoundingBox box; Vector3 position; WorldUID entities[BVH_MAX]; // Only for leafs. |