summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-09-27 11:18:39 -0700
committerRichard Linden <none@none>2013-09-27 11:18:39 -0700
commite0a443f5a6b76fd1ab5ffaa8e7a1941d47c80f4f (patch)
treeba8ed1f921f6ddb8c16b37be082d48fd700211de /indra/newview/llappviewer.cpp
parent1733be96680e7ceb1911acc6af7fa3e12282fad7 (diff)
BUILDFIX: fix for mac builds
also, fixed alignment of tick labels on stat bars
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 337ce22eac..1ea428ff03 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3233,6 +3233,7 @@ bool LLAppViewer::initWindow()
//gViewerWindow->getWindow()->show();
LL_INFOS("AppInit") << "Window initialization done." << LL_ENDL;
+
return true;
}