mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 06:14:54 +08:00
Fix wrong override message. (#204)
This commit is contained in:
parent
2d1a671b71
commit
be0d452d12
@ -133,7 +133,7 @@ namespace XNodeEditor {
|
||||
|
||||
/// <summary> Deal with objects dropped into the graph through DragAndDrop </summary>
|
||||
public virtual void OnDropObjects(UnityEngine.Object[] objects) {
|
||||
Debug.Log("No OnDropItems override defined for " + GetType());
|
||||
Debug.Log("No OnDropObjects override defined for " + GetType());
|
||||
}
|
||||
|
||||
/// <summary> Create a node and save it in the graph asset </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user