Fix a bug under Windows8 ModernUI
This commit is contained in:
parent
a0f8d1fd23
commit
ab91d83a1b
@ -76,7 +76,7 @@ namespace ANX.Framework.NonXNA.PlatformSystem
|
|||||||
case PlatformName.PSVita:
|
case PlatformName.PSVita:
|
||||||
return prefix + platform.ToString() + suffix;
|
return prefix + platform.ToString() + suffix;
|
||||||
case PlatformName.Windows8:
|
case PlatformName.Windows8:
|
||||||
return prefix + "Metro" + suffix;
|
return prefix + "Metro";
|
||||||
default:
|
default:
|
||||||
throw new PlatformSystemInstanceException("couldn't solve assembly name for platform '" + platform.ToString() + "'");
|
throw new PlatformSystemInstanceException("couldn't solve assembly name for platform '" + platform.ToString() + "'");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user