diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-07-11 18:30:39 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-07-11 18:30:39 -0400 |
commit | 64ad1aba304c50173195e15477c1882c5b6e7d37 (patch) | |
tree | 292cdd519bd77d1d944d60b4ac564a1d7b2b896e /indra/newview/llmorphview.cpp | |
parent | 033c84dc9452f4b38cdf87446203241c4554d126 (diff) |
SH-3258 WIP initial work: refactoring appearance editing mode
Added flags for appearance editing status as well as which textures we should be using at a time.
Also refactored so we are not using camera state to track appearance editing mode.
Need to add more handling for which textures we actually use.
Diffstat (limited to 'indra/newview/llmorphview.cpp')
-rw-r--r-- | indra/newview/llmorphview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmorphview.cpp b/indra/newview/llmorphview.cpp index eaa044cb59..252d1b78ea 100644 --- a/indra/newview/llmorphview.cpp +++ b/indra/newview/llmorphview.cpp @@ -99,8 +99,6 @@ void LLMorphView::initialize() //----------------------------------------------------------------------------- void LLMorphView::shutdown() { - LLVOAvatarSelf::onCustomizeEnd(); - if (isAgentAvatarValid()) { gAgentAvatarp->startMotion( ANIM_AGENT_BODY_NOISE ); |