diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-08-25 17:51:01 -0400 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-08-25 17:51:01 -0400 |
| commit | 5e110169701c8438a2c8191f03d3c5a4f080728c (patch) | |
| tree | 583e042e69e0fb6a19481083a6b34097c457bb83 /indra/newview/llbreastmotion.cpp | |
| parent | d52913bdbfdffd7ce4b1b2ace0b6eecd28a5ae43 (diff) | |
Fixed an issue where you go into appearance pose when editing physics if you were formerly in edit outfit.
Miscellaneous code cleanup.
Diffstat (limited to 'indra/newview/llbreastmotion.cpp')
| -rw-r--r-- | indra/newview/llbreastmotion.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llbreastmotion.cpp b/indra/newview/llbreastmotion.cpp index 8d3571e83d..036aa2ff39 100644 --- a/indra/newview/llbreastmotion.cpp +++ b/indra/newview/llbreastmotion.cpp @@ -42,7 +42,8 @@ #include "llbreastmotion.h" #include "llcharacter.h" #include "llviewercontrol.h" -#include "llviewervisualparam.H" +#include "llviewervisualparam.h" +#include "llvoavatarself.h" // #define OUTPUT_BREAST_DATA |
