mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +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() {
|
private void OnGUI() {
|
||||||
Event e = Event.current;
|
Event e = Event.current;
|
||||||
Matrix4x4m = GUI.matrix;
|
Matrix4x4 m = GUI.matrix;
|
||||||
Controls();
|
Controls();
|
||||||
|
|
||||||
DrawGrid(position, zoom, panOffset);
|
DrawGrid(position, zoom, panOffset);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user