]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Video.cc
moved log level from configure to setting
[chaz/yoink] / src / Moof / Video.cc
index ba375e10318195cc770bca37552288d64bb6d816..544e172ad7a00dac196867689e69c8429fd7e0be 100644 (file)
@@ -132,7 +132,7 @@ void Video::setVideoMode(const long mode[3])
                        // on win32, creating a new context via SDL_SetVideoMode will wipe
                        // out the GL state, so we gotta notify everyone to reload their
                        // state after the change
-                       Engine::getInstance().dispatch("video.newcontext");
+                       engine.dispatch("video.newcontext");
 
                        logInfo("video context recreated");
 #endif
This page took 0.017584 seconds and 4 git commands to generate.