diff options
Diffstat (limited to 'emu')
| -rw-r--r-- | emu/MacOSX/win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/MacOSX/win.c b/emu/MacOSX/win.c index a2ec4ffa..ffe54a6b 100644 --- a/emu/MacOSX/win.c +++ b/emu/MacOSX/win.c @@ -136,10 +136,10 @@ flushproc(void *a) for(;;) { if(needflush) { drawqlock(); + needflush = false; QDBeginCGContext(GetWindowPort(theWindow), &context); CGContextFlush(context); QDEndCGContext(GetWindowPort(theWindow), &context); - needflush = false; drawqunlock(); } usleep(33333); |
