Skip to content

Commit 8fc9c7d

Browse files
fixed wrong class name on classbind editor inspector
fixed wrong class name on classbind editor inspector
2 parents 172f161 + a16fcdf commit 8fc9c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityProject/Assets/Dependencies/JEngine/Editor/JEngineTools/ClassBindEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void OnEnable()
2929
{
3030
_classBinds = new ReorderableList(serializedObject.FindProperty("scriptsToBind"))
3131
{
32-
elementNameProperty = "Class",
32+
elementNameProperty = "className",
3333
sortable = true,
3434
multipleSelection = true,
3535
};

0 commit comments

Comments
 (0)