From 1abde5cdf85269597b180d5e88e9d62798fc893c Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 6 Jul 2025 12:57:20 -0600 Subject: Going wonderful (: --- src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.h') 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; -- cgit v1.2.3