From 2cd1452ff1dd9813cedb15ee18bf9a84e0baaf84 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Jul 2017 21:09:48 -0400 Subject: Fucking fuckrape the motherfucking winforms proj --- ShiftOS.Frontend/ShiftOS.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/ShiftOS.cs') 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 /// protected override void Initialize() { + OutOfBoxExperience.Init(new MonoGameOOBE()); + //Before we do ANYTHING, we've got to initiate the ShiftOS engine. UIManager.GraphicsDevice = GraphicsDevice.GraphicsDevice; -- cgit v1.2.3