diff options
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index f6aaadd40b..f52466cc2d 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -544,8 +544,9 @@ protected: U8* mData; LLPointer<LLViewerPartSourceScript> mPartSourcep; // Particle source associated with this object. - LLAudioSourceVO *mAudioSourcep; - + LLAudioSourceVO* mAudioSourcep; + F32 mAudioGain; + F32 mAppAngle; // Apparent visual arc in degrees F32 mPixelArea; // Apparent area in pixels |