From fc815c48696e5f3193411ad5decfd1324f06572f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Apr 2017 08:43:00 -0400 Subject: Custom Upgrade Providers --- ShiftOS_TheReturn/AudioManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ShiftOS_TheReturn/AudioManager.cs') diff --git a/ShiftOS_TheReturn/AudioManager.cs b/ShiftOS_TheReturn/AudioManager.cs index 82b7000..d689cad 100644 --- a/ShiftOS_TheReturn/AudioManager.cs +++ b/ShiftOS_TheReturn/AudioManager.cs @@ -41,8 +41,7 @@ namespace ShiftOS.Engine private static WaveOut _out = null; private static AudioFileReader _reader = null; private static IAudioProvider _provider = null; - private static bool _running = true; - + /// /// Stops the current sound if one is playing and disposes of the sound. /// -- cgit v1.2.3