Skip to content

Commit

Permalink
Merge pull request #221 from xBambusekD/master
Browse files Browse the repository at this point in the history
fixed release
  • Loading branch information
xBambusekD authored Aug 19, 2021
2 parents ae414ed + 627578d commit 82fd684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arcor2_AREditor/Assets/TABLET/Scripts/AR/Recalibrate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ public override void UpdateColor() {
public override void CloseMenu() {
throw new NotImplementedException();
}

private void OnDestroy() {
base.DestroyObject();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ public override Task Rename(string name) {
public override void CloseMenu() {
throw new NotImplementedException();
}

private void OnDestroy() {
base.DestroyObject();
}
}

0 comments on commit 82fd684

Please sign in to comment.