From 7451c21ffdf94c1a7a207eccd04c737521f4ce3a Mon Sep 17 00:00:00 2001 From: "Dipl.-Ing. Jonas Stienen" Date: Thu, 31 Aug 2017 15:29:49 +0200 Subject: [PATCH] Little fix in controller gain handling --- VAUController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAUController.cs b/VAUController.cs index e7237a9..4a49f38 100644 --- a/VAUController.cs +++ b/VAUController.cs @@ -24,7 +24,7 @@ public class VAUController : MonoBehaviour InputMutedShadow = InputMuted; InputGainShadow = InputGain; OutputMutedShadow = OutputMuted; - OutputGain = OutputGainShadow; + OutputGainShadow = OutputGain; } void Update() -- GitLab