v0.14.6.0
This commit is contained in:
@@ -114,10 +114,7 @@ namespace Barotrauma.Sounds
|
||||
{
|
||||
lock (mutex)
|
||||
{
|
||||
if (soundChannel != null)
|
||||
{
|
||||
soundChannel.Dispose();
|
||||
}
|
||||
soundChannel?.Dispose();
|
||||
base.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user