aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-25 17:21:07 -0400
committerMichael <[email protected]>2017-07-25 17:21:07 -0400
commit6e03daf60a2c9c1eec20d2bc069861c334a4c9c5 (patch)
treeb4b1d4f0e81afff785dd616b1d7f8417bb9aa504 /ShiftOS.Frontend
parentcdb40b2b834429d2047d9b159a3a4a24c677ca73 (diff)
downloadshiftos_thereturn-6e03daf60a2c9c1eec20d2bc069861c334a4c9c5.tar.gz
shiftos_thereturn-6e03daf60a2c9c1eec20d2bc069861c334a4c9c5.tar.bz2
shiftos_thereturn-6e03daf60a2c9c1eec20d2bc069861c334a4c9c5.zip
Remove OOBE controls after install
Diffstat (limited to 'ShiftOS.Frontend')
-rw-r--r--ShiftOS.Frontend/MonoGameOOBE.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/MonoGameOOBE.cs b/ShiftOS.Frontend/MonoGameOOBE.cs
index e56f279..14adc4e 100644
--- a/ShiftOS.Frontend/MonoGameOOBE.cs
+++ b/ShiftOS.Frontend/MonoGameOOBE.cs
@@ -269,6 +269,11 @@ It's called ShiftOS.");
save.StoryPosition = 123456789; //HERE. YOU DO THE MATH.
SaveSystem.CurrentSave = save;
SaveSystem.SaveGame();
+ GraphicsSubsystem.UIManager.StopHandling(progress);
+ GraphicsSubsystem.UIManager.StopHandling(term);
+ GraphicsSubsystem.UIManager.StopHandling(status);
+ GraphicsSubsystem.UIManager.StopHandling(_shiftos);
+
});
t.Start();
}