mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +08:00
Fixed issue #15
This commit is contained in:
parent
6758a1a7c4
commit
cf348d495b
@ -213,7 +213,7 @@ namespace XNodeEditor {
|
||||
hoveredPort = null;
|
||||
}
|
||||
|
||||
List<UnityEngine.Object> preSelection = new List<UnityEngine.Object>(preBoxSelection);
|
||||
List<UnityEngine.Object> preSelection = preBoxSelection != null ? new List<UnityEngine.Object>(preBoxSelection) : new List<UnityEngine.Object>();
|
||||
|
||||
//Save guiColor so we can revert it
|
||||
Color guiColor = GUI.color;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user