remove mouse input debug gui

This commit is contained in:
Mister_Nebula 2021-08-17 10:07:53 +01:00
parent 3a33c0987d
commit bb5cd44084

View File

@ -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;