Explorar o código

$platform $= "macos" is used throughout the codebase

AzaezelX %!s(int64=3) %!d(string=hai) anos
pai
achega
be0f3097d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/platformMac/macMain.mm

+ 1 - 1
Engine/source/platformMac/macMain.mm

@@ -37,7 +37,7 @@ void Platform::init()
     Con::printf("Initializing platform...");
    
    // Set the platform variable for the scripts
-   Con::setVariable( "$platform", "MacOSX" );
+   Con::setVariable( "$platform", "macos" );
    
    Input::init();