diff options
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(); |
