mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
$platform $= "macos" is used throughout the codebase
This commit is contained in:
parent
3f78e90870
commit
be0f3097d6
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue