Unstable 0.17.8.0
This commit is contained in:
@@ -280,6 +280,7 @@ namespace Barotrauma
|
||||
}
|
||||
else
|
||||
{
|
||||
if (FlowSounds[i] == null) { continue; }
|
||||
Vector2 soundPos = new Vector2(GameMain.SoundManager.ListenerPosition.X + (flowVolumeRight[i] - flowVolumeLeft[i]) * 100, GameMain.SoundManager.ListenerPosition.Y);
|
||||
if (flowSoundChannels[i] == null || !flowSoundChannels[i].IsPlaying)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user