Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 committed Jan 14, 2025
1 parent 9785b7b commit ec6e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion del-geo-core/src/aabb3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ where
Real: num_traits::Float,
{
AABB3 {
aabb: aabbs[(i_aabb * 6)..6].try_into().unwrap(),
aabb: aabbs[(i_aabb * 6)..((i_aabb * 6) + 6)].try_into().unwrap(),
}
}

0 comments on commit ec6e659

Please sign in to comment.