From ea1e901d40c0534d084922249d0ab0cb1da34d39 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Nov 2025 08:18:18 -0700 Subject: OCD moment --- src/map.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3