From c6bfbfae3b496d858a5a86f1f3b94b700f053301 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:54:04 +1100 Subject: [PATCH] Fix weather debug log (#13538) --- Content.Client/Weather/WeatherSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/Weather/WeatherSystem.cs b/Content.Client/Weather/WeatherSystem.cs index 258131b376..ab8c8ea95b 100644 --- a/Content.Client/Weather/WeatherSystem.cs +++ b/Content.Client/Weather/WeatherSystem.cs @@ -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); }