diff options
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 446111620d..ae32fb0cee 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -85,8 +85,7 @@ public: bool hasState(U32 state) {return mState & state;} U32 getState() const {return mState;} - //virtual - bool isRecentlyVisible() const; + bool isAnyVisible(const LLVector4a& camera_origin, F32 squared_dist_threshold); U32 getLocalID() const { return mLocalID; } U32 getCRC() const { return mCRC; } |