Undo parenthesis change

Tank_Master 2014-04-24 19:05:10 -07:00
parent 31642955e0
commit e5286d1d18
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ public:
//is it here?
if (isInside(data->getPositionGroup()))
{
if (((getElementCount() < gOctreeMaxCapacity && contains(data->getBinRadius())) ||
if ((getElementCount() < gOctreeMaxCapacity && contains(data->getBinRadius()) ||
(data->getBinRadius() > getSize()[0] && parent && parent->getElementCount() >= gOctreeMaxCapacity)))
{ //it belongs here
mData.push_back(NULL);