diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-11 17:08:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-11 17:08:12 +0300 |
commit | 5f06438a97bcb5490abc672f6c25ae16b84b7ec2 (patch) | |
tree | 9304426530afe2f93b1ae50323891c86e04d7eb7 /indra/newview/llappviewer.cpp | |
parent | b540e9f401c4e63ed6488e49a828829f8b5bfb01 (diff) |
Buildfix
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | 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 59f214d641..016919d218 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1014,7 +1014,7 @@ bool LLAppViewer::init() // Also part of backward compatibility is present in LLKeyConflictHandler to modify // legacy variables on changes in new system (to make sure we won't enforce // legacy values again if user dropped to defaults in new system) - if (LLVersionInfo::getChannelAndVersion() != gLastRunVersion + if (LLVersionInfo::getInstance()->getChannelAndVersion() != gLastRunVersion || !gDirUtilp->fileExists(key_bindings_file)) // if file is missing, assume that there were no changes by user yet { // copy mouse actions and voice key changes to new file |