File diff r25010:cc3b6b985580 → r25011:61d28a13bb41
src/video/cocoa/cocoa_v.mm
Show inline comments
 
@@ -440,15 +440,13 @@ void VideoDriver_Cocoa::MainLoopReal()
 
			if (_exit_game) {
 
				/* Restore saved resolution if in fullscreen mode. */
 
				if (this->IsFullscreen()) _cur_resolution = this->orig_res;
 
				break;
 
			}
 

	
 
			if (this->Tick()) {
 
				this->Paint();
 
			}
 
			this->Tick();
 
			this->SleepTillNextTick();
 
		}
 
	}
 
}