diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ahoy/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ahoy/gui.c b/src/ahoy/gui.c index 1201700..a24d524 100644 --- a/src/ahoy/gui.c +++ b/src/ahoy/gui.c @@ -134,7 +134,7 @@ readevnt(void) case SDL_WINDOWEVENT: /* For some reason checking for SDL_WINDOWEVENT_RESIZE and friends doesn’t work, so just catch all window events */ - c8.needs_redraw = true; + windrw(); break; case SDL_KEYDOWN: |