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 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; |