Remove OOBE controls after install
This commit is contained in:
parent
cdb40b2b83
commit
6e03daf60a
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Reference in a new issue