Skip to content

Commit

Permalink
Executed clang-format on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBrandMint committed Oct 29, 2024
1 parent dc9f7c2 commit 21e3187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/godot_physics_2d/godot_collision_solver_2d_sat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ static void _collision_circle_rectangle(const GodotShape2D *p_a, const Transform
const Vector2 *axis = &p_transform_b.columns[0];
//const Vector2& half_extents = rectangle_B->get_half_extents();


const Vector2 rect_fn = axis[0].normalized();
if (!separator.test_axis(rect_fn)) {
return;
Expand Down

0 comments on commit 21e3187

Please sign in to comment.