Skip to content

Commit

Permalink
chore: send close to controller, which will handle NSWindow close
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Dec 22, 2020
1 parent 210cb12 commit 49133ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEmu/OEGameViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ - (void)dealloc
[_controlsWindow close];
_controlsWindow = nil;

[_controller.window close];
[_controller close];
_controller = nil;
}

Expand Down

0 comments on commit 49133ec

Please sign in to comment.