Explorar el Código

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

AzaezelX hace 3 años
padre
commit
be0f3097d6
Se han modificado 1 ficheros con 1 adiciones y 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();