diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/map.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |
