diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 18:57:20 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 18:57:20 +0000 |
commit | 1abde5cdf85269597b180d5e88e9d62798fc893c (patch) | |
tree | 02bc5c59660153b1d2c96b7d556b10d65dd13c78 /src/world.h | |
parent | 255c938a77f8a73229b1867aadd10f3bf9c44f2e (diff) | |
download | FindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.tar.gz FindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.tar.bz2 FindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.zip |
Going wonderful (:
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 81512d0..980f315 100644 --- a/src/world.h +++ b/src/world.h @@ -24,7 +24,7 @@ typedef struct BVHNode { typedef struct { Vector3 size; - const Image* image; + Texture texture; Model heightmap; Entity entities[WORLD_ENTITY_MAX]; BVHNode bvh; |