Skip to content

Commit 292624f

Browse files
committed
apply fix
1 parent 898c264 commit 292624f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plugin/systems/rigid_body.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,7 @@ pub fn writeback_rigid_bodies(
479479

480480
#[allow(unused_mut)] // mut is needed in 2D but not in 3D.
481481
let mut new_translation = inverse_parent_rotation
482-
// FIXME: should we multiply `inverse_parent_scale` ?
483-
// This fixes https://github.com/ForesightMiningSoftwareCorporation/multiphysics_examples/pull/1,
484-
// but I'm not sure that's the root issue, as `parent_child` test is not failing without it.
485-
// * inverse_parent_scale
482+
* inverse_parent_scale
486483
* interpolated_pos.translation
487484
+ inverse_parent_translation;
488485

0 commit comments

Comments
 (0)