summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-08 15:02:30 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-08 15:02:30 +0200
commit7d5c1adf8e581599848b3fec54e0af88eb469046 (patch)
tree824d398dc14b7044b49d15b35d0c3501264e10fd /scene.h
parent17715403aff8ba1889c9e1ef473fe9319b87d1d2 (diff)
Working dynamic generation of terrain.
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
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;