diff options
Diffstat (limited to 'src/editor')
| -rw-r--r-- | src/editor/editor.cpp | 2 |
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(); |