Skip to content

Commit

Permalink
Merge pull request #58 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.55
  • Loading branch information
uurha committed Sep 8, 2024
1 parent 4d43b07 commit 3ef6bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Editor/Drawers/SerializeReferenceField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ private void UpdateSerializedObjectIfNeeded()

private bool HasLabel(SerializedProperty property)
{
var query = this.Query<SerializeReferenceField>().Last();
return query == this || ValidateBaseField(property);
return 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.54",
"version": "0.0.55",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit 3ef6bad

Please sign in to comment.