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

View File

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