Ver código fonte

Merge pull request #547 from seanpaultaylor/next

Updated tinyxml2 for gameplay-luagen on MacOSX
Sean Paul Taylor 13 anos atrás
pai
commit
bdb2ea2a15
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      gameplay-luagen/src/main.cpp

+ 3 - 0
gameplay-luagen/src/main.cpp

@@ -37,6 +37,9 @@ int main(int argc, char** argv)
     Generator::releaseInstance();
     SAFE_DELETE(bindingNS);
 
+#ifdef WIN32
     system("pause");
+#endif
+    
     return 0;
 }