Skip to content

Commit

Permalink
Deleting Model Changes Position (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 9, 2022
1 parent fced4b6 commit f7ac3a2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@ bool Cursors3D::IsHovered() {

bool Cursors3D::HasStateChanged() {
return LastFrameActiveState_ == ImGuizmo::IsUsing();
}

void Cursors3D::ObjectHasChanged() {
HasObjectChanged_ = true;
}

0 comments on commit f7ac3a2

Please sign in to comment.