Skip to content

Commit

Permalink
Make the game resume after going to fullscreen.
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Sep 19, 2013
1 parent aa3b6bb commit 4f9bdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEmu/OEPopoutGameWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ - (void)windowWillEnterFullScreen:(NSNotification *)notification
_fullScreenStatus = _OEPopoutGameWindowFullScreenStatusEntering;
_frameForNonFullScreenMode = [[self window] frame];

_resumePlayingAfterFullScreenTransition = [[self document] isEmulationPaused];
_resumePlayingAfterFullScreenTransition = ![[self document] isEmulationPaused];
[[self document] setEmulationPaused:YES];

[NSCursor hide];
Expand Down

0 comments on commit 4f9bdd6

Please sign in to comment.