diff --git a/src/Game.cs b/src/Game.cs index 09b0d17..5f1fca3 100644 --- a/src/Game.cs +++ b/src/Game.cs @@ -211,6 +211,7 @@ namespace Microsoft.Xna.Framework #region Internal Fields + /* This variable solely exists for the VideoPlayer -flibit */ internal static Game Instance = null; internal bool RunApplication;