Octtree::leafData Container should be kept updated now
This commit is contained in:
parent
080bbf68fd
commit
202ee23b25
|
@ -184,6 +184,7 @@ unsigned int Octree::GetTemporaryReferenceOf( const ICustomBody* objRef ) const
|
||||||
|
|
||||||
void Octree::SetAsAltered( unsigned int tempRef )
|
void Octree::SetAsAltered( unsigned int tempRef )
|
||||||
{
|
{
|
||||||
|
this->leafData[tempRef].container = this->leafData[tempRef].customBodyRef->GetBoundingSphere();
|
||||||
//! @todo TODO: implement stub
|
//! @todo TODO: implement stub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue