1
0
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:
Thor Brigsted 2019-01-11 18:38:54 +01:00
parent d397e3a208
commit 432ca09274

View File

@ -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) => {