aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index ab0b541..052762c 100644
--- a/src/map.h
+++ b/src/map.h
@@ -16,7 +16,7 @@ typedef struct {
RenderTexture render;
RenderTexture blackout;
Camera2D camera;
- Texture heightmap;
+ Texture texture;
Vector2 playerPosition;
bool isEnabled;
bool isFullSize;