mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-11 16:22:12 +00:00
remove system("pause")
This commit is contained in:
parent
6018e9f4f0
commit
c5c2230736
@ -658,7 +658,7 @@ int main(int argc, char* argv[])
|
||||
else
|
||||
{
|
||||
LogWarning("No script provided! Please drag and drop .SLG file over interpreter executable file, or provide it's path as a command-line argument.");
|
||||
system("pause");
|
||||
//system("pause");
|
||||
exit(1);
|
||||
}
|
||||
#else
|
||||
@ -682,7 +682,7 @@ int main(int argc, char* argv[])
|
||||
scriptString << script.rdbuf();
|
||||
#endif
|
||||
|
||||
system("pause");
|
||||
//system("pause");
|
||||
|
||||
parseSlang(scriptString.str());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user