Skip to content

Commit

Permalink
Merge pull request #53 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.50
  • Loading branch information
uurha authored Sep 6, 2024
2 parents 0c030df + 14826ed commit bd4618a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SerializeReferenceField : VisualElement
private Label _bufferLabel;
#endif

public PropertyField PropertyField { get; set; }
public PropertyField PropertyField { get; private set; }

public long UpdateInterval
{
Expand Down Expand Up @@ -142,7 +142,7 @@ private void Update()
{
using (var e = SerializedPropertyChangeEvent.GetPooled(property))
{
e.target = this;
e.target = PropertyField;
panel?.visualTree.SendEvent(e);
}
}
Expand Down
2 changes: 1 addition & 1 deletion Assets/BetterCommons/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.49",
"version": "0.0.50",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit bd4618a

Please sign in to comment.