aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-25 15:18:18 +0000
committernathan <nathansmith@disroot.org>2025-11-25 15:18:18 +0000
commitea1e901d40c0534d084922249d0ab0cb1da34d39 (patch)
treeb73f81182db869cbb578a5531c9d97a41ba5f807 /src
parent0e8b4d5e38593cd9299da73ae84b5ca5ca61042f (diff)
downloadFindThings-main.tar.gz
FindThings-main.tar.bz2
FindThings-main.zip
OCD momentHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 4a71504..b897a07 100644
--- a/src/map.h
+++ b/src/map.h
@@ -11,11 +11,10 @@ typedef struct {
Rectangle rect;
RenderTexture render;
Camera2D camera;
+ Texture heightmap;
Vector2 playerPosition;
bool isEnabled;
bool isFullSize;
-
- Texture heightmap;
} Map;
void initMap(Map* map, const World* world, const Settings* settings);