diff options
Diffstat (limited to 'ShiftOS.Frontend')
| -rw-r--r-- | ShiftOS.Frontend/MonoGameOOBE.cs | 5 |
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(); } |
