Skip to content

Commit af37b2a

Browse files
committed
Make TriPropertyTree disposable
1 parent 6290f29 commit af37b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/TriPropertyTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace TriInspector
88
{
9-
public abstract class TriPropertyTree
9+
public abstract class TriPropertyTree : IDisposable
1010
{
1111
private TriPropertyElement _rootPropertyElement;
1212
private Rect _cachedOuterRect = new Rect(0, 0, 0, 0);

0 commit comments

Comments
 (0)