diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llviewerjointattachment.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llviewerjointattachment.h')
-rw-r--r-- | linden/indra/newview/llviewerjointattachment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h index 3d5f914..be671fb 100644 --- a/linden/indra/newview/llviewerjointattachment.h +++ b/linden/indra/newview/llviewerjointattachment.h | |||
@@ -56,7 +56,7 @@ public: | |||
56 | 56 | ||
57 | // Draws the shape attached to a joint. | 57 | // Draws the shape attached to a joint. |
58 | // Called by render(). | 58 | // Called by render(). |
59 | /*virtual*/ U32 drawShape( F32 pixelArea ); | 59 | /*virtual*/ U32 drawShape( F32 pixelArea, BOOL first_pass ); |
60 | 60 | ||
61 | /*virtual*/ BOOL updateLOD(F32 pixel_area, BOOL activate); | 61 | /*virtual*/ BOOL updateLOD(F32 pixel_area, BOOL activate); |
62 | 62 | ||
@@ -79,7 +79,7 @@ public: | |||
79 | S32 getGroup() { return mGroup; } | 79 | S32 getGroup() { return mGroup; } |
80 | S32 getPieSlice() { return mPieSlice; } | 80 | S32 getPieSlice() { return mPieSlice; } |
81 | BOOL getAttachmentDirty() { return mAttachmentDirty && mAttachedObject; } | 81 | BOOL getAttachmentDirty() { return mAttachmentDirty && mAttachedObject; } |
82 | LLViewerObject *getObject(S32 i) { return mAttachedObject; } | 82 | LLViewerObject *getObject() { return mAttachedObject; } |
83 | S32 getNumObjects() { return (mAttachedObject ? 1 : 0); } | 83 | S32 getNumObjects() { return (mAttachedObject ? 1 : 0); } |
84 | const LLUUID& getItemID() { return mItemID; } | 84 | const LLUUID& getItemID() { return mItemID; } |
85 | 85 | ||