summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene.h b/scene.h
index d494994..95ae158 100644
--- a/scene.h
+++ b/scene.h
@@ -34,7 +34,7 @@ class Scene {
GLShaderProgram terrain_program;
- GLuint grass_texture, rock_texture, soil_texture;
+ GLuint grass_texture, rock_texture, soil_texture, marker_texture;
Scene();
~Scene();