From bb5cd44084a5bab8625d5d66024ee6087e1d0a90 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:07:53 +0100 Subject: [PATCH] remove mouse input debug gui --- QSB/Utility/DebugGUI.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/QSB/Utility/DebugGUI.cs b/QSB/Utility/DebugGUI.cs index 81c60c53..349e539a 100644 --- a/QSB/Utility/DebugGUI.cs +++ b/QSB/Utility/DebugGUI.cs @@ -41,8 +41,6 @@ namespace QSB.Utility offset += _debugLineSpacing; GUI.Label(new Rect(220, offset, 200f, 20f), $"Timescale : {OWTime.GetTimeScale()}", guiStyle); offset += _debugLineSpacing; - GUI.Label(new Rect(220, offset, 200f, 20f), $"Mouse input : {OWInput.GetValue(InputLibrary.look, false, InputMode.All)}", guiStyle); - offset += _debugLineSpacing; } var offset2 = 10f;