Fix weather debug log (#13538)

This commit is contained in:
metalgearsloth
2023-01-17 20:54:04 +11:00
committed by GitHub
parent 869ce68967
commit c6bfbfae3b

View File

@@ -149,7 +149,6 @@ public sealed class WeatherSystem : SharedWeatherSystem
_lastAlpha += (alpha - _lastAlpha) * AlphaLerpRate * frameTime;
// Full volume if not on grid
Sawmill.Debug($"Setting alpha to {alpha:0.000}");
stream.Source.SetVolumeDirect(_lastAlpha);
stream.Source.SetOcclusion(_lastOcclusion);
}