mirror of https://github.com/adamdruppe/arsd.git
fix error on linux introduced by last patch
This commit is contained in:
parent
357b8b41e0
commit
3c7ad66389
|
@ -2688,9 +2688,9 @@ struct EventLoopImpl {
|
||||||
|
|
||||||
// return message.wParam;
|
// return message.wParam;
|
||||||
return 0;
|
return 0;
|
||||||
|
} else {
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int run(bool delegate() whileCondition = null) {
|
int run(bool delegate() whileCondition = null) {
|
||||||
|
|
Loading…
Reference in New Issue