diff options
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.cs')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs index 7286151..4a563c2 100644 --- a/ShiftOS.Frontend/ShiftOS.cs +++ b/ShiftOS.Frontend/ShiftOS.cs @@ -52,7 +52,6 @@ namespace ShiftOS.Frontend } - private GUI.TextControl _titleLabel = null; private Keys lastKey = Keys.None; @@ -64,6 +63,8 @@ namespace ShiftOS.Frontend /// </summary> protected override void Initialize() { + OutOfBoxExperience.Init(new MonoGameOOBE()); + //Before we do ANYTHING, we've got to initiate the ShiftOS engine. UIManager.GraphicsDevice = GraphicsDevice.GraphicsDevice; |
