aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-06 18:57:20 +0000
committernathan <nathansmith@disroot.org>2025-07-06 18:57:20 +0000
commit1abde5cdf85269597b180d5e88e9d62798fc893c (patch)
tree02bc5c59660153b1d2c96b7d556b10d65dd13c78 /src/world.h
parent255c938a77f8a73229b1867aadd10f3bf9c44f2e (diff)
downloadFindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.tar.gz
FindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.tar.bz2
FindThings-1abde5cdf85269597b180d5e88e9d62798fc893c.zip
Going wonderful (:
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 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;