diff options
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ typedef struct { RenderTexture render; RenderTexture blackout; Camera2D camera; - Texture heightmap; + Texture texture; Vector2 playerPosition; bool isEnabled; bool isFullSize; |
