Dumb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user