This commit is contained in:
Lirusaito
2019-03-23 00:49:53 -04:00
parent 3d8e05fa2a
commit 3d26f79b8b

View File

@@ -76,7 +76,7 @@ S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type)
S32 result = 0;
#if LL_MESA_HEADLESS // !!! *FIX: (???)
LL_WARNS() << "OSMessageBox: " << text << LL_ENDL;
return OSBTN_OK;
result = OSBTN_OK;
#elif LL_WINDOWS
result = OSMessageBoxWin32(text, caption, type);
#elif LL_DARWIN