Attempt to squash spatial partition crash.

This commit is contained in:
Shyotl
2020-04-16 00:52:55 -05:00
parent 132db6225e
commit 9bffc4bb82
4 changed files with 39 additions and 15 deletions

View File

@@ -316,7 +316,7 @@ public:
void drawObjectBox(LLColor4 col);
LLSpatialPartition* getSpatialPartition() const {return (LLSpatialPartition*)mSpatialPartition;}
LLSpatialPartition* getSpatialPartition() const {return mSpatialPartition;}
//LISTENER FUNCTIONS
void handleInsertion(const TreeNode* node, LLViewerOctreeEntry* face) final override;