Cleanup: [OSX] Improve some comments.

This commit is contained in:
Michael Lutz
2021-02-12 01:19:00 +01:00
parent c78e559e88
commit acca56b6a5
3 changed files with 27 additions and 26 deletions

View File

@@ -175,7 +175,7 @@ static std::vector<WChar> NSStringToUTF32(NSString *s)
{
HandleExitGameRequest();
return NSTerminateCancel; // NSTerminateLater ?
return NSTerminateCancel;
}
/**
@@ -296,7 +296,7 @@ bool CocoaSetupApplication()
}
/**
*
* Deregister app delegate.
*/
void CocoaExitApplication()
{