diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-25 15:18:18 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-25 15:18:18 +0000 |
| commit | ea1e901d40c0534d084922249d0ab0cb1da34d39 (patch) | |
| tree | b73f81182db869cbb578a5531c9d97a41ba5f807 /src/map.h | |
| parent | 0e8b4d5e38593cd9299da73ae84b5ca5ca61042f (diff) | |
| download | FindThings-main.tar.gz FindThings-main.tar.bz2 FindThings-main.zip | |
Diffstat (limited to 'src/map.h')
| -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); |
