diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-02 09:46:34 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-02 09:46:34 -0500 |
commit | aac43b9227617a7d53a505bf69f1c3b3171e66e9 (patch) | |
tree | f27c2828bd88cd72b1f9bf3cca8ba5c44b718edb /indra/newview/llstartup.cpp | |
parent | 7b410df303d37a800ddd0024932729a574a00860 (diff) |
SL-270 WIP - removed some debug settings.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index f1ffb398ec..c02f821e8a 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1258,8 +1258,7 @@ bool idle_startup() LLPostProcess::initClass(); display_startup(); - // BENTO - remove these settings before release. - LLAvatarAppearance::initClass(gSavedSettings.getString("AvatarFileName"),gSavedSettings.getString("SkeletonFileName")); + LLAvatarAppearance::initClass("avatar_lad.xml","avatar_skeleton.xml"); display_startup(); LLViewerObject::initVOClasses(); |