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)
{
writeln(t);
readln();
}
}
SDL_Window* window;
@@ -1155,7 +1154,6 @@ class PetitComputer
graphic.updateVM();
if(quit)
{
quit = false;
break;
}
}