Turned a lot of other global objects into Currentons
[supertux.git] / src / video / sdl / sdl_video_system.cpp
index f0aae38..4bb6cef 100644 (file)
@@ -28,7 +28,8 @@
 
 SDLVideoSystem::SDLVideoSystem() :
   m_renderer(new SDLRenderer),
-  m_lightmap(new SDLLightmap)
+  m_lightmap(new SDLLightmap),
+  m_texture_manager(new TextureManager)
 {
 }