platform update

This commit is contained in:
RandomityGuy 2023-10-08 14:41:30 +05:30
parent 76bb0b3290
commit 3e9d8fa56c

View file

@ -442,15 +442,6 @@ class Util {
}
public static function getPlatform() {
#if js
return js.Browser.navigator.platform;
#end
#if hl
#if MACOS_BUNDLE
return "MacOS";
#else
return "Windows";
#end
#end
return "Android";
}
}