Skip to content

Commit

Permalink
Merge pull request #57 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.54
  • Loading branch information
uurha committed Sep 8, 2024
1 parent 9c4ca60 commit 4d43b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/Drawers/SerializeReferenceField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private void UpdateSerializedObjectIfNeeded()
private bool HasLabel(SerializedProperty property)
{
var query = this.Query<SerializeReferenceField>().Last();
return query == this && ValidateBaseField(property);
return query == this || ValidateBaseField(property);
}

private bool ValidateBaseField(SerializedProperty property)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.commons",
"displayName": "Better Commons",
"version": "0.0.53",
"version": "0.0.54",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit 4d43b07

Please sign in to comment.