Skip to content

Commit

Permalink
Make TriPropertyTree disposable
Browse files Browse the repository at this point in the history
  • Loading branch information
vanifatovvlad committed Sep 26, 2023
1 parent 6290f29 commit af37b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/TriPropertyTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace TriInspector
{
public abstract class TriPropertyTree
public abstract class TriPropertyTree : IDisposable
{
private TriPropertyElement _rootPropertyElement;
private Rect _cachedOuterRect = new Rect(0, 0, 0, 0);
Expand Down

0 comments on commit af37b2a

Please sign in to comment.