mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
Removed debug info
This commit is contained in:
parent
d397e3a208
commit
432ca09274
@ -318,7 +318,7 @@ namespace XNodeEditor {
|
||||
};
|
||||
list.drawHeaderCallback =
|
||||
(Rect rect) => {
|
||||
EditorGUI.LabelField(rect, label + "(" + serializedObject.targetObject.name + ")");
|
||||
EditorGUI.LabelField(rect, label);
|
||||
};
|
||||
list.onSelectCallback =
|
||||
(ReorderableList rl) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user