From be0f3097d695f0c153cfd292a02c81eb4976c456 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Tue, 20 Sep 2022 19:58:02 -0500 Subject: [PATCH] $platform $= "macos" is used throughout the codebase --- Engine/source/platformMac/macMain.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/platformMac/macMain.mm b/Engine/source/platformMac/macMain.mm index 19fc2b0e2..e906ec3ff 100644 --- a/Engine/source/platformMac/macMain.mm +++ b/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();