about summary refs log tree commit diff
path: root/src/editor
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor')
-rw-r--r--src/editor/editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp
index f82af214..2ad77423 100644
--- a/src/editor/editor.cpp
+++ b/src/editor/editor.cpp
@@ -1225,7 +1225,7 @@ int editor_main(int argc, char **argv)
 		return -1;
 	}
 	
-	if(!gfx_init(false))
+	if(!gfx_init())
 		return -1;
 	
 	modmenu_init();