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