fix error on linux introduced by last patch

This commit is contained in:
Adam D. Ruppe 2018-03-06 11:20:12 -05:00
parent 357b8b41e0
commit 3c7ad66389
1 changed files with 2 additions and 2 deletions

View File

@ -2688,9 +2688,9 @@ struct EventLoopImpl {
// return message.wParam;
return 0;
} else {
return 0;
}
//return 0;
}
int run(bool delegate() whileCondition = null) {