Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 18, 2024
1 parent 5cd658d commit 42491ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oscar/UI/oscimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ std::optional<ui::GizmoTransform> osc::ui::Gizmo::draw(
style.ScaleLineCircleSize = 8.0f;
}

const Vec3 original_translation = Vec3{model_matrix[3]};
const bool gizmo_was_manipulated_by_user = ImGuizmo::Manipulate(
value_ptr(view_matrix),
value_ptr(projection_matrix),
Expand Down

0 comments on commit 42491ff

Please sign in to comment.