Browse Source

delete old get

MonkeyFirst 9 years ago
parent
commit
46d084b4e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/Urho3D/Navigation/NavigationMesh.cpp

+ 0 - 1
Source/Urho3D/Navigation/NavigationMesh.cpp

@@ -893,7 +893,6 @@ void NavigationMesh::CollectGeometries(Vector<NavigationGeometryInfo>& geometryL
     }
 
     // Get nav area volumes
-    node_->GetChildrenWithComponent<NavArea>(areas_, true);
     PODVector<NavArea*> navAreas;
     node_->GetComponents<NavArea>(navAreas, true);
     for (unsigned i = 0; i < navAreas.Size(); ++i)