From 14a48c7c5a50c19f94bbc4570c6d2f2b0d1d66d3 Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Tue, 14 Jan 2025 16:43:33 +0100 Subject: [PATCH] Fixed for non KNI --- Program.cs | 4 ++-- WindowsPhoneSpeedyBlupi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index 1cfff92..38a207e 100644 --- a/Program.cs +++ b/Program.cs @@ -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(); } diff --git a/WindowsPhoneSpeedyBlupi b/WindowsPhoneSpeedyBlupi index ea5dabf..62241e8 160000 --- a/WindowsPhoneSpeedyBlupi +++ b/WindowsPhoneSpeedyBlupi @@ -1 +1 @@ -Subproject commit ea5dabf84b7b035870583d525736711c61c46ad3 +Subproject commit 62241e8f948aadf0b695fc43d47ae9d964536e3f