Browse Source

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

AzaezelX 2 years ago
parent
commit
be0f3097d6
1 changed files with 1 additions and 1 deletions
  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();