diff options
author | Sebastian Valle <s.v.h21@hotmail.com> | 2013-09-27 16:01:10 -0500 |
---|---|---|
committer | Sebastian Valle <s.v.h21@hotmail.com> | 2013-09-27 16:01:28 -0500 |
commit | b7b870be829ea19464c939f19ebc17886c8e8f2f (patch) | |
tree | 08ac40132a61794251eda4dc541943cae8798ccb /src | |
parent | 64f1324725799a8cd07c8098d5c8f2021c08ec50 (diff) |
Tools/MeshExtractor: Removed the fool-proof code.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/mesh_extractor/MeshExtractor.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/mesh_extractor/MeshExtractor.cpp b/src/tools/mesh_extractor/MeshExtractor.cpp index e06f44c7125..886d07ab882 100644 --- a/src/tools/mesh_extractor/MeshExtractor.cpp +++ b/src/tools/mesh_extractor/MeshExtractor.cpp @@ -326,12 +326,6 @@ void LoadTile(dtNavMesh*& navMesh, const char* tile) int main(int argc, char* argv[]) { - if (!system("pause")) - { - printf("main: Error in system call to pause\n"); - return -1; - } - uint32 threads = 4, extractFlags = 0; std::set<uint32> mapIds; bool debug = false; |