Code cleanup: white space and cmake was broken on all platforms
This commit is contained in:
@@ -538,12 +538,12 @@ void RAS_MeshObject::SortPolygons(RAS_MeshSlot& ms, const MT_Transform &transfor
|
||||
|
||||
bool RAS_MeshObject::HasColliderPolygon()
|
||||
{
|
||||
int numpolys= NumPolygons();
|
||||
for (int p=0; p<numpolys; p++)
|
||||
if (m_Polygons[p]->IsCollider())
|
||||
return true;
|
||||
int numpolys= NumPolygons();
|
||||
for (int p=0; p<numpolys; p++)
|
||||
if (m_Polygons[p]->IsCollider())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
void RAS_MeshObject::SchedulePolygons(int drawingmode)
|
||||
|
||||
Reference in New Issue
Block a user