aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/AudioManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-02 10:39:48 -0500
committerMichael <[email protected]>2017-02-02 10:39:48 -0500
commitce47589ce3f96b6674a1eecec14117536475db1e (patch)
tree026cb967c87f3cc85167661242d645370472fb71 /ShiftOS_TheReturn/AudioManager.cs
parentbbe37edb68f9e7535216bff80ba3e6b16cbca398 (diff)
downloadshiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.tar.gz
shiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.tar.bz2
shiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.zip
Shiftnet style fixes
Diffstat (limited to 'ShiftOS_TheReturn/AudioManager.cs')
-rw-r--r--ShiftOS_TheReturn/AudioManager.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/AudioManager.cs b/ShiftOS_TheReturn/AudioManager.cs
index d03da4c..5923aa1 100644
--- a/ShiftOS_TheReturn/AudioManager.cs
+++ b/ShiftOS_TheReturn/AudioManager.cs
@@ -31,6 +31,10 @@ namespace ShiftOS.Engine
{
SaveSystem.GameReady += () =>
{
+ while(_out == null)
+ {
+
+ }
_out.Volume = _provider.Volume;
};
Random rnd = new Random();