diff options
| author | Aura Linden <aura@lindenlab.com> | 2015-11-11 13:44:51 -0800 |
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2015-11-11 13:44:51 -0800 |
| commit | 146919fa764bed09bfa5e27bc30d02ce2afb6188 (patch) | |
| tree | b073b1a0e140a7fff67ca309acc6dcbc1f477267 /indra/newview/llstartup.cpp | |
| parent | 07496b015b01899b21960b60d2f3af7bf317c349 (diff) | |
animations and meshes will recognize all joint names in joint_aliases.xml
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 54ecc76867..6610330a56 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1258,7 +1258,7 @@ bool idle_startup() LLPostProcess::initClass(); display_startup(); - LLAvatarAppearance::initClass(gSavedSettings.getString("AvatarFileName"),gSavedSettings.getString("SkeletonFileName")); + LLAvatarAppearance::initClass(gSavedSettings.getString("AvatarFileName"),gSavedSettings.getString("SkeletonFileName")); display_startup(); LLViewerObject::initVOClasses(); |
