Fixed for non KNI
This commit is contained in:
parent
8b5ac90f35
commit
14a48c7c5a
@ -1,11 +1,11 @@
|
|||||||
using WindowsPhoneSpeedyBlupi;
|
using WindowsPhoneSpeedyBlupi;
|
||||||
using static WindowsPhoneSpeedyBlupi.Xna;
|
using static WindowsPhoneSpeedyBlupi.EnvClasses;
|
||||||
|
|
||||||
static class Program
|
static class Program
|
||||||
{
|
{
|
||||||
static void Main()
|
static void Main()
|
||||||
{
|
{
|
||||||
Env.init(XnaImpl.MonoGame, Platform.Desktop);
|
Env.init(Impl.MonoGame, Platform.Desktop);
|
||||||
var game = new WindowsPhoneSpeedyBlupi.Game1();
|
var game = new WindowsPhoneSpeedyBlupi.Game1();
|
||||||
game.Run();
|
game.Run();
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ea5dabf84b7b035870583d525736711c61c46ad3
|
Subproject commit 62241e8f948aadf0b695fc43d47ae9d964536e3f
|
Loading…
x
Reference in New Issue
Block a user