More resharper cleanup

This commit is contained in:
Regalis11
2015-06-07 18:03:08 +03:00
parent f786cd3016
commit 34b79c85d6
62 changed files with 99 additions and 195 deletions
+2 -2
View File
@@ -204,14 +204,14 @@ namespace Subsurface
{
loadedSounds.Remove(this);
System.Diagnostics.Debug.WriteLine(this.AlBufferId);
System.Diagnostics.Debug.WriteLine(AlBufferId);
foreach (Sound s in loadedSounds)
{
if (s.oggSound == oggSound) return;
}
SoundManager.ClearAlSource(this.AlBufferId);
SoundManager.ClearAlSource(AlBufferId);
oggSound.Dispose();
}