summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-14 15:00:08 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-14 15:00:08 -0400
commit2a57da233423ca3531bfcec2e138023afead4c3f (patch)
tree6d21fe57ca108b82b48bfd10d25a3a593bb3b478 /indra/newview/llstartup.cpp
parent590d0e35e542fe3d973e5a67e1a7db34c0429701 (diff)
SL-125 WIP - updated base bento repo excluding dynamic skeleton.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp2
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();