diff options
Diffstat (limited to '')
-rw-r--r-- | bin/gfx/cocoa.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfx/cocoa.m b/bin/gfx/cocoa.m index 91fce3db..495b1f9f 100644 --- a/bin/gfx/cocoa.m +++ b/bin/gfx/cocoa.m @@ -95,8 +95,8 @@ if (!input(in)) { [NSApp terminate: self]; } - [self setWindowTitle]; [self draw]; + [self setWindowTitle]; } } @end |