diff options
author | qwx <devnull@localhost> | 2018-05-29 05:28:31 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-05-29 05:28:31 +0200 |
commit | f1eb657db0a782614d8f7bb8805a406df0f8e676 (patch) | |
tree | 74539c8159df4b6f439c0c8685518381c6f0dee4 | |
parent | 3d0ebdc439039f1e01ee5fa0f75b1de1a12c12f1 (diff) |
emulators ui: don't call flushmouse twice
-rw-r--r-- | sys/src/games/eui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/games/eui.c b/sys/src/games/eui.c index 5e5633904..8bd05e850 100644 --- a/sys/src/games/eui.c +++ b/sys/src/games/eui.c @@ -222,7 +222,6 @@ flushmouse(int discard) void flushscreen(void) { - flushmouse(1); if(scale == 1){ loadimage(fb, fb->r, pic, vwdx * vwdy * vwbpp); draw(screen, picr, fb, nil, ZP); |