From 9ffea3734b995edccb8fe649409d7136aa19f26b Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 15 Jul 2025 21:14:53 -0600 Subject: Brain not braining --- src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 51631e9..16e6dbf 100644 --- a/src/world.h +++ b/src/world.h @@ -17,7 +17,7 @@ #define WORLD_IMAGE_HEIGHT 100 #define WORLD_IMAGE_SCALE 5.0 -// UID for anything in the world.x +// UID for anything in the world. typedef int16_t WorldUID; typedef struct BVHNode { -- cgit v1.2.3