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