diff options
author | nathan <nathan@disroot.org> | 2025-07-16 06:54:22 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-16 06:54:22 +0000 |
commit | 4f38339c9c60956ed325182e763493101faef93d (patch) | |
tree | 8737eafc043c9bc3338d472f296e5cf0a372c606 /src/world.h | |
parent | 6641664d5218a6d9b4c120d539e7ac33d261ef99 (diff) | |
download | FindThings-4f38339c9c60956ed325182e763493101faef93d.tar.gz FindThings-4f38339c9c60956ed325182e763493101faef93d.tar.bz2 FindThings-4f38339c9c60956ed325182e763493101faef93d.zip |
Another rewrite (:
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. |