From d08a717c64ebb192198912eba0ad92a2bf54ea2e Mon Sep 17 00:00:00 2001 From: otya128 Date: Thu, 15 Dec 2016 23:07:15 +0900 Subject: [PATCH] "" --- SMILEBASIC/petitcomputer.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index df71aee..e427945 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -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; } }