1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

StringView for PlatformType.GetFromName

This commit is contained in:
Brian Fiete 2021-05-31 08:50:33 -07:00
parent 6962343e23
commit dbd721f479

View file

@ -34,7 +34,7 @@ namespace IDE
case Android;
case Wasm;
public static PlatformType GetFromName(String name)
public static PlatformType GetFromName(StringView name)
{
switch (name)
{