mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
cocoa: Cut and paste from HTML strikes again!
This commit is contained in:
@@ -310,7 +310,7 @@ LoadMainMenuNibIfAvailable(void)
|
||||
NSString *mainNibFileName;
|
||||
bool success = false;
|
||||
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
||||
return false;
|
||||
}
|
||||
infoDict = [[NSBundle mainBundle] infoDictionary];
|
||||
|
Reference in New Issue
Block a user