Skip to content

Commit 90b2cee

Browse files
committed
Fix build after merge
1 parent d2ea287 commit 90b2cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.mixedrealitytoolkit.core/Tests/Runtime/InteractableEventRouterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public override IEnumerator TearDown()
6464
{
6565
if (level0 != null)
6666
{
67-
Destroy(level0);
67+
Object.Destroy(level0);
6868
}
6969

7070
interactorObject = null;

0 commit comments

Comments
 (0)