aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-03 11:26:25 +0000
committernathan <nathansmith@disroot.org>2025-12-03 11:26:25 +0000
commitece5a7781aac05e396b246306fac5ad187fbc88a (patch)
treec43b9bc0bfe6fc511858630c40a12e8665fb2ca8 /src/map.h
parentd32c6c486e99bce597b894ddb73e63737d63809f (diff)
downloadFindThings-ece5a7781aac05e396b246306fac5ad187fbc88a.tar.gz
FindThings-ece5a7781aac05e396b246306fac5ad187fbc88a.tar.bz2
FindThings-ece5a7781aac05e396b246306fac5ad187fbc88a.zip
Entity thingy in map preview
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index ab0b541..052762c 100644
--- a/src/map.h
+++ b/src/map.h
@@ -16,7 +16,7 @@ typedef struct {
RenderTexture render;
RenderTexture blackout;
Camera2D camera;
- Texture heightmap;
+ Texture texture;
Vector2 playerPosition;
bool isEnabled;
bool isFullSize;