diff options
author | Aura Linden <aura@lindenlab.com> | 2015-10-27 15:15:34 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2015-10-27 15:15:34 -0700 |
commit | 97374a5362f097afd3027ea51757de2e36af4798 (patch) | |
tree | d8873f7076c0858c80faec7a3bf8d398c8d99c60 /indra/newview/llappviewer.cpp | |
parent | 2f6166a5a4f8d5be679cef0699142c4ef061fb55 (diff) |
Fixes SL-202 joint offset and skin weight import. Race condition still exists.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index fbf2a04bcc..bf16c12ce0 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2784,7 +2784,7 @@ bool LLAppViewer::initConfiguration() // gWindowTitle = LLTrans::getString("APP_NAME"); #if LL_DEBUG - gWindowTitle += std::string(" [DEBUG]") + gWindowTitle += std::string(" [DEBUG]"); #endif if (!gArgs.empty()) { |