From 4f38339c9c60956ed325182e763493101faef93d Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 16 Jul 2025 00:54:22 -0600 Subject: Another rewrite (: --- src/world.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/world.h') 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. -- cgit v1.2.3