summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene.h b/scene.h
index 82c1100..e700351 100644
--- a/scene.h
+++ b/scene.h
@@ -8,7 +8,7 @@
#include "gui.h"
#include "tool.h"
-#include <FTGL/ftgl.h>
+//#include <FTGL/ftgl.h>
class Scene {
public:
@@ -16,7 +16,7 @@ class Scene {
Vector3 pos;
float yvel;
Terrain *terrain;
- FTFont *font;
+ //FTFont *font;
GUI *gui;
Tool *tool;