File diff r24940:46781aedfe1c → r24941:4e760118066a
src/video/cocoa/cocoa_wnd.mm
Show inline comments
 
@@ -152,7 +152,7 @@ static std::vector<WChar> NSStringToUTF3
 
	[ e release ];
 

	
 
	/* Hand off to main application code. */
 
	drv->GameLoop();
 
	drv->MainLoopReal();
 

	
 
	/* We are done, thank you for playing. */
 
	[ self performSelectorOnMainThread:@selector(stopEngine) withObject:nil waitUntilDone:FALSE ];