From 0986cf8f33df8926dd8da67f98ed18f696141313 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 11 Apr 2011 22:06:54 +0200 Subject: Draw a selection marker on the terrain. --- scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene.h') 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(); -- cgit v1.2.3