1
0
This commit is contained in:
otya128
2016-12-15 23:07:15 +09:00
parent f28d9b331d
commit d08a717c64

View File

@@ -860,7 +860,6 @@ class PetitComputer
catch(Throwable t) catch(Throwable t)
{ {
writeln(t); writeln(t);
readln();
} }
} }
SDL_Window* window; SDL_Window* window;
@@ -1155,7 +1154,6 @@ class PetitComputer
graphic.updateVM(); graphic.updateVM();
if(quit) if(quit)
{ {
quit = false;
break; break;
} }
} }