diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-07 23:17:38 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-07 23:17:38 -0400 |
commit | a89ec17529d183e61fc98a8cd5fa73dceb90ec9c (patch) | |
tree | be9c97633eb5ff75a384db2d9be95fb508d6a37a /indra/newview/llstartup.cpp | |
parent | 5f8b94094877730082340dc21ff0162b6177a427 (diff) | |
parent | 77b33d9623c08152932282048fe847d79fcf43cd (diff) |
Automated merge with https://bitbucket.org/don_linden/sunshine-experimental
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 6782e3ef8a..ab06b1f5aa 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1247,6 +1247,9 @@ bool idle_startup() LLPostProcess::initClass(); display_startup(); + LLAvatarAppearance::initClass(); + display_startup(); + LLViewerObject::initVOClasses(); display_startup(); |