diff options
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 { |