1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Remove useless call to GUI.FocusControl

Most likely leftover from a refacto
This commit is contained in:
Romain Théry 2020-04-27 16:17:48 +02:00
parent 1d30c43e17
commit b54ff48690

View File

@ -19,7 +19,6 @@ namespace XNodeEditor {
window.input = target.name;
window.minSize = new Vector2(100, 44);
window.position = new Rect(0, 0, width, 44);
GUI.FocusControl("ClearAllFocus");
window.UpdatePositionToMouse();
return window;
}