Skip to content

Commit

Permalink
Fix reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
Prastiwar committed Feb 26, 2021
1 parent 505b034 commit 769342e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/UDictionaryDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected void InitializeList(SerializedProperty prop)
}
}

protected virtual ReorderableList CreateList(SerializedObject serializedObj, SerializedProperty elements) =>
protected virtual ReorderableList CreateList(SerializedObject serializedObj, SerializedProperty elements) =>
new ReorderableList(serializedObj, elements, !isReadOnly, true, !isReadOnly, !isReadOnly) {
drawHeaderCallback = DrawHeader,
onAddCallback = OnAdd,
Expand Down
2 changes: 1 addition & 1 deletion Editor/Unity.SerializedDictionary.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Unity.SerializedDictionary.Editor",
"references": [
"GUID:bd6a1acfe4f1fdc4db1bfa6a63426a3e"
"Unity.SerializedDictionary"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down

0 comments on commit 769342e

Please sign in to comment.