diff options
| author | Michael <[email protected]> | 2017-02-02 10:39:48 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 10:39:48 -0500 |
| commit | ce47589ce3f96b6674a1eecec14117536475db1e (patch) | |
| tree | 026cb967c87f3cc85167661242d645370472fb71 /ShiftOS_TheReturn/AudioManager.cs | |
| parent | bbe37edb68f9e7535216bff80ba3e6b16cbca398 (diff) | |
| download | shiftos_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.cs | 4 |
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(); |
