mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +08:00
Fixed minor format error
This commit is contained in:
parent
64282028aa
commit
812196184f
@ -8,7 +8,7 @@ public partial class NodeEditorWindow {
|
||||
|
||||
private void OnGUI() {
|
||||
Event e = Event.current;
|
||||
Matrix4x4m = GUI.matrix;
|
||||
Matrix4x4 m = GUI.matrix;
|
||||
Controls();
|
||||
|
||||
DrawGrid(position, zoom, panOffset);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user