Browse Source

Didn't compile, totally my fault

Bart van Strien 14 years ago
parent
commit
04aa189d22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/opengl/Graphics.cpp

+ 1 - 1
src/modules/graphics/opengl/Graphics.cpp

@@ -303,7 +303,7 @@ namespace opengl
 			currentMode.height,
 			!currentMode.fullscreen,
 			currentMode.vsync,
-			currentMode.fsaa));
+			currentMode.fsaa);
 	}