mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
$platform $= "macos" is used throughout the codebase
This commit is contained in:
parent
3f78e90870
commit
be0f3097d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue