Turned a lot of other global objects into Currentons
[supertux.git] / src / video / gl / gl_video_system.cpp
index 935be65..b19c9d9 100644 (file)
 #include "video/gl/gl_renderer.hpp"
 #include "video/gl/gl_surface_data.hpp"
 #include "video/gl/gl_texture.hpp"
+#include "video/texture_manager.hpp"
 
 GLVideoSystem::GLVideoSystem() :
   m_renderer(new GLRenderer),
-  m_lightmap(new GLLightmap)
+  m_lightmap(new GLLightmap),
+  m_texture_manager(new TextureManager)
 {
 }