2
0
Эх сурвалжийг харах

cocoa: Cut and paste from HTML strikes again!

Ryan C. Gordon 4 жил өмнө
parent
commit
b79832ba11

+ 1 - 1
src/video/cocoa/SDL_cocoaevents.m

@@ -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];