summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-07-05 18:46:30 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-07-06 08:38:17 +0200
commit9ddf64c65183960ffed4fe61c5d85e8bacaea030 (patch)
tree27fe44bb1efa81776f40f9c701cc02a5800c1467 /indra/llwindow
parent958f7812839160247207c01e78b90f1935022ab3 (diff)
#1931 BugSplat Crash: SecondLifeViewer!LLRenderTarget::release(387)
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.cpp b/indra/llwindow/llwindow.cpp
index 56c393be0f..378e633cd2 100644
--- a/indra/llwindow/llwindow.cpp
+++ b/indra/llwindow/llwindow.cpp
@@ -71,8 +71,8 @@ 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;
+#if LL_MESA_HEADLESS // !!! *FIX: (?)
return OSBTN_OK;
#elif LL_WINDOWS
result = OSMessageBoxWin32(text, caption, type);