소스 검색

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

AzaezelX 2 년 전
부모
커밋
be0f3097d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();