diff --git a/collects/games/jewel/jewel.scm b/collects/games/jewel/jewel.scm index 1d85de0d21..3caf466e3c 100644 --- a/collects/games/jewel/jewel.scm +++ b/collects/games/jewel/jewel.scm @@ -1309,7 +1309,7 @@ ; generate an expose event, redraw the opengl window (queue-callback (lambda x (send *OPENGL_WINDOW* on-paint)) - #t + #f ) )