Octtree::leafData Container should be kept updated now

This commit is contained in:
Dander7BD 2013-12-04 11:49:33 +01:00
parent 080bbf68fd
commit 202ee23b25
1 changed files with 1 additions and 0 deletions

View File

@ -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
} }