diff options
| author | Runitai Linden <davep@lindenlab.com> | 2021-12-15 15:57:59 -0600 | 
|---|---|---|
| committer | Runitai Linden <davep@lindenlab.com> | 2021-12-15 15:57:59 -0600 | 
| commit | 828e58432981e7c256618bd293f77906abaae699 (patch) | |
| tree | 9eeb16e66d22fccfdd60159d6fd893f1dfa1f945 /indra | |
| parent | 20345827eb5b9ebc658ac506f0d41f2a149d895d (diff) | |
SL-16487 Build fix (whoops)
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llspatialpartition.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 58d821353a..666c025347 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -439,8 +439,11 @@ public:  	virtual void cleanupReferences();  	virtual LLSpatialPartition* asPartition()		{ return this; } +    //transform agent space camera into this Spatial Bridge's coordinate frame  	virtual LLCamera transformCamera(LLCamera& camera); -	 + +    //transform agent space bounding box into this Spatial Bridge's coordinate frame +    void transformExtents(const LLVector4a* src, LLVector4a* dst);  	LLDrawable* mDrawable;  }; | 
