From 7d5c1adf8e581599848b3fec54e0af88eb469046 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 8 May 2011 15:02:30 +0200 Subject: Working dynamic generation of terrain. --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') diff --git a/scene.h b/scene.h index 59f0c79..af4f96f 100644 --- a/scene.h +++ b/scene.h @@ -22,6 +22,7 @@ class Scene { bool running; bool grid; + bool normals; bool terrain; bool gravity; bool dialog; -- cgit v1.2.3