aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-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);