mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
StringView for PlatformType.GetFromName
This commit is contained in:
parent
6962343e23
commit
dbd721f479
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace IDE
|
||||||
case Android;
|
case Android;
|
||||||
case Wasm;
|
case Wasm;
|
||||||
|
|
||||||
public static PlatformType GetFromName(String name)
|
public static PlatformType GetFromName(StringView name)
|
||||||
{
|
{
|
||||||
switch (name)
|
switch (name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue