Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXXik committed Sep 27, 2024
1 parent 16449b7 commit 373cdbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/physics/jolt/front/shape/component.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ class ShapeComponent extends Component {
useEntityScale = false;
}

useEntityScale = useEntityScale || (shape === SHAPE_MESH || shape === SHAPE_CONVEX_HULL);
cb.write(useEntityScale, BUFFER_WRITE_BOOL, false);
if (useEntityScale) {
// Potential precision loss 64 -> 32
Expand Down

0 comments on commit 373cdbc

Please sign in to comment.