diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-14 15:00:08 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-14 15:00:08 -0400 |
commit | 2a57da233423ca3531bfcec2e138023afead4c3f (patch) | |
tree | 6d21fe57ca108b82b48bfd10d25a3a593bb3b478 /indra/newview/llstartup.cpp | |
parent | 590d0e35e542fe3d973e5a67e1a7db34c0429701 (diff) |
SL-125 WIP - updated base bento repo excluding dynamic skeleton.
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 6622fa7d9c..e372676a4f 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1259,7 +1259,7 @@ bool idle_startup() LLPostProcess::initClass(); display_startup(); - LLAvatarAppearance::initClass(); + LLAvatarAppearance::initClass(gSavedSettings.getString("AvatarFileName"),gSavedSettings.getString("SkeletonFileName")); display_startup(); LLViewerObject::initVOClasses(); |