show error dialogs on startup before DISPLAY is initialized
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
static DialogDriver *g_pImpl = NULL;
|
||||
static DialogDriver_Null g_NullDriver;
|
||||
static bool g_bWindowed = false;
|
||||
static bool g_bWindowed = true; // Start out true so that we'll show errors before DISPLAY is init'd.
|
||||
static bool g_bIsShowingDialog = false;
|
||||
|
||||
void Dialog::Init()
|
||||
|
||||
Reference in New Issue
Block a user