diff --git a/src/Util.hx b/src/Util.hx index 3dbd0695..fe77d32c 100644 --- a/src/Util.hx +++ b/src/Util.hx @@ -391,15 +391,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"; } }