aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
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 {