Skip to content

Commit

Permalink
CI style fixes 3: the fixening
Browse files Browse the repository at this point in the history
  • Loading branch information
LaylBongers committed Jul 5, 2023
1 parent f0916b1 commit 4ca6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_mikktspace/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ fn init_tri_info<I: Geometry>(
|| calc_tex_area(geometry, vertex_indices, t * 3)
>= calc_tex_area(geometry, vertex_indices, (t + 1) * 3)
{
choose_orient_first_tri = true
choose_orient_first_tri = true;
}

// force match
Expand Down

0 comments on commit 4ca6f90

Please sign in to comment.