aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-25 13:46:39 -0400
committerMichael <[email protected]>2017-06-25 13:46:39 -0400
commit5bebd4411bc6266cbee482a429ba794eefa8f9b6 (patch)
treea68282dda40c4f0b28883241c7adcf9010f4550e /ShiftOS.WinForms/Program.cs
parent8e19c8599975685410d7508b150f811dc3991f4a (diff)
parent6f5e69bd9df3bd44c098a179458fd37ca6114685 (diff)
downloadshiftos_thereturn-5bebd4411bc6266cbee482a429ba794eefa8f9b6.tar.gz
shiftos_thereturn-5bebd4411bc6266cbee482a429ba794eefa8f9b6.tar.bz2
shiftos_thereturn-5bebd4411bc6266cbee482a429ba794eefa8f9b6.zip
Merge remote-tracking branch 'origin/master'
# Conflicts: # ShiftOS.WinForms/ShiftOS.WinForms.csproj
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
-rw-r--r--ShiftOS.WinForms/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs
index 9ec0ede..c73f067 100644
--- a/ShiftOS.WinForms/Program.cs
+++ b/ShiftOS.WinForms/Program.cs
@@ -71,7 +71,7 @@ namespace ShiftOS.WinForms
Action completed = null;
completed = () =>
{
- SaveSystem.Ready = true;
+ SaveSystem.Ready.Set();
Engine.AudioManager.PlayCompleted -= completed;
AudioManager.StartAmbientLoop();
};