mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
* Pressing CTRL+D (duplicate) threw editorgui exception "Getting control 0s position in a group with only 3 controls when doing ValidateCommand". comparing to https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/SceneHierarchyWindow.cs : row 211, the proper use of the event was not made. also fixed spelling of Dublicate to Duplicate. * Braces on wrong lines. * Something got wrong with the comments.