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:
parent
1d30c43e17
commit
b54ff48690
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user