mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update SettingsUtils.cs
This commit is contained in:
@@ -187,6 +187,8 @@ public static class SettingsUtils
|
||||
|
||||
case RuntimePlatform.Android:
|
||||
return "Android";
|
||||
case RuntimePlatform.WebGLPlayer:
|
||||
return "WebGL";
|
||||
default:
|
||||
throw new NotSupportedException($"Platform '{Application.platform.ToString()}' is not supported.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user