mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 18:32:45 +00:00
remove mouse input debug gui
This commit is contained in:
parent
3a33c0987d
commit
bb5cd44084
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user