diff options
author | nathan <nathansmith@disroot.org> | 2025-07-16 03:14:53 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-16 03:14:53 +0000 |
commit | 9ffea3734b995edccb8fe649409d7136aa19f26b (patch) | |
tree | b045783a253efb3a2b9df264a93e7eb0b4aa8653 /src/world.h | |
parent | cead4fadf830cdb910ae0175c39cad339a835b8e (diff) | |
download | FindThings-9ffea3734b995edccb8fe649409d7136aa19f26b.tar.gz FindThings-9ffea3734b995edccb8fe649409d7136aa19f26b.tar.bz2 FindThings-9ffea3734b995edccb8fe649409d7136aa19f26b.zip |
Brain not braining
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |