diff options
Diffstat (limited to 'scene.h')
-rw-r--r-- | scene.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; Quadtree *qt; - FTFont *font; + //FTFont *font; GUI *gui; Tool *tool; |