diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llviewerobject.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llviewerobject.h')
-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 | ||