mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Probably a good idea to not forget the forceExit
This commit is contained in:
parent
1a2fd158e9
commit
ab061cf0b3
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void ParseScript(char* path){
|
|||
return;
|
||||
}
|
||||
|
||||
while (1){
|
||||
while (!forceExit){
|
||||
currentchar = GetNextByte();
|
||||
|
||||
if (endByte == 0 || currentchar == (char)EOF)
|
||||
|
|
Loading…
Reference in a new issue