Fix for batch mode nogui (#1674)
* Don't override batch_mode to false in nogui * Update nogui_host_interface.cpp
This commit is contained in:
parent
524a2f3f19
commit
8b4a7e1b98
|
@ -41,9 +41,6 @@ bool NoGUIHostInterface::Initialize()
|
||||||
// TODO: Make command line.
|
// TODO: Make command line.
|
||||||
m_fullscreen_ui_enabled = true;
|
m_fullscreen_ui_enabled = true;
|
||||||
|
|
||||||
// we're always in batch mode for now
|
|
||||||
m_command_line_flags.batch_mode = !m_fullscreen_ui_enabled;
|
|
||||||
|
|
||||||
if (!CommonHostInterface::Initialize())
|
if (!CommonHostInterface::Initialize())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue