1
0
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:
Thor Brigsted 2018-01-25 16:28:16 +01:00
parent 6758a1a7c4
commit cf348d495b

View File

@ -213,7 +213,7 @@ namespace XNodeEditor {
hoveredPort = null; 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 //Save guiColor so we can revert it
Color guiColor = GUI.color; Color guiColor = GUI.color;