File diff r24938:c6d347f5a77a → r24939:f00f6879a003
src/video/cocoa/cocoa_v.mm
Show inline comments
 
@@ -440,8 +440,6 @@ void VideoDriver_Cocoa::GameLoop()
 

	
 
			InteractiveRandom(); // randomness
 

	
 
			while (this->PollEvent()) {}
 

	
 
			if (_exit_game) {
 
				/* Restore saved resolution if in fullscreen mode. */
 
				if (this->IsFullscreen()) _cur_resolution = this->orig_res;