aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/ShiftOS.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-24 21:09:48 -0400
committerMichael <[email protected]>2017-07-24 21:09:48 -0400
commit2cd1452ff1dd9813cedb15ee18bf9a84e0baaf84 (patch)
tree257a13c3c1ff5752d872a6da5292ab7f551f7699 /ShiftOS.Frontend/ShiftOS.cs
parent5ab60d77068edce177841e94b8260e1a40231730 (diff)
downloadshiftos_thereturn-2cd1452ff1dd9813cedb15ee18bf9a84e0baaf84.tar.gz
shiftos_thereturn-2cd1452ff1dd9813cedb15ee18bf9a84e0baaf84.tar.bz2
shiftos_thereturn-2cd1452ff1dd9813cedb15ee18bf9a84e0baaf84.zip
Fucking fuckrape the motherfucking winforms proj
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.cs')
-rw-r--r--ShiftOS.Frontend/ShiftOS.cs3
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;