1
0
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:
Thor Brigsted 2017-10-14 08:40:03 +02:00
parent 64282028aa
commit 812196184f

View File

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