Browse Source

formatting

Azaezel 9 years ago
parent
commit
45055f8f3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Engine/source/navigation/navMesh.cpp

+ 2 - 2
Engine/source/navigation/navMesh.cpp

@@ -113,8 +113,8 @@ DefineConsoleFunction(NavMeshUpdateAll, void, (S32 objid, bool remove), (0, fals
    for(U32 i = 0; i < set->size(); i++)
    {
       NavMesh *m = static_cast<NavMesh*>(set->at(i));
-	   if (m)
-	   {
+      if (m)
+      {
          m->cancelBuild();
          m->buildTiles(obj->getWorldBox());
       }