Bored at work. Did some Valgrind shit and fixed this 'error'.

This commit is contained in:
Tommy Nguyen
2010-05-05 13:26:20 +02:00
parent ea38442770
commit 684c309145
+1
View File
@@ -37,6 +37,7 @@ namespace opengl
// created yet.
currentMode.width = 0;
currentMode.height = 0;
currentMode.fullscreen = 0;
// Window should be centered.
SDL_putenv(const_cast<char *>("SDL_VIDEO_CENTERED=center"));