Fix node search position

This commit is contained in:
luboslenco
2020-03-21 13:43:46 +01:00
parent fee3e9008f
commit 41c631e2ef
+1 -1
View File
@@ -251,7 +251,7 @@ class UINodes {
searchHandle.text = "";
}
ui.t.BUTTON_COL = BUTTON_COL;
}, x, y);
}, 0, x, y);
}
public function getNodeX(): Int {