diff options
author | Aaron Stone <stone@lindenlab.com> | 2011-10-11 16:18:40 -0700 |
---|---|---|
committer | Aaron Stone <stone@lindenlab.com> | 2011-10-11 16:18:40 -0700 |
commit | 0d6a14a32c2f0896c2965030560db54d8c7f2570 (patch) | |
tree | f27ce8f7434e736a6e03c5293c3cdd7f0f05aca4 /indra | |
parent | 0d66c6870406578819465033a9e312c8e4eaad43 (diff) |
EXP-625 Subtle change to get the initial avatar on the screen a little faster, then get to the gestures.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index de2afac0b8..a8d58a857b 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2523,12 +2523,12 @@ void LLStartUp::loadInitialOutfit( const std::string& outfit_folder_name, lldebugs << "initial outfit category id: " << cat_id << llendl; } - // Copy gestures - copyLibraryGestures(same_gender_gestures); - // This is really misnamed -- it means we have started loading // an outfit/shape that will give the avatar a gender eventually. JC gAgent.setGenderChosen(TRUE); + + // Copy gestures + copyLibraryGestures(same_gender_gestures); } //static |