diff --git a/simpledisplay.d b/simpledisplay.d index 529a5e9..7584fd2 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -2688,9 +2688,9 @@ struct EventLoopImpl { // return message.wParam; return 0; + } else { + return 0; } - - //return 0; } int run(bool delegate() whileCondition = null) {