Fixed for non KNI

This commit is contained in:
Robert Vokac 2025-01-14 16:43:33 +01:00
parent 8b5ac90f35
commit 14a48c7c5a
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
using WindowsPhoneSpeedyBlupi;
using static WindowsPhoneSpeedyBlupi.Xna;
using static WindowsPhoneSpeedyBlupi.EnvClasses;
static class Program
{
static void Main()
{
Env.init(XnaImpl.MonoGame, Platform.Desktop);
Env.init(Impl.MonoGame, Platform.Desktop);
var game = new WindowsPhoneSpeedyBlupi.Game1();
game.Run();
}

@ -1 +1 @@
Subproject commit ea5dabf84b7b035870583d525736711c61c46ad3
Subproject commit 62241e8f948aadf0b695fc43d47ae9d964536e3f