Skip to content

Commit

Permalink
Remove strictAxonDependencies feature, see phetsims/axon#441
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 13, 2024
1 parent e145549 commit 935adf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/model/CenterOfMass.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ class CenterOfMass {
this.velocityProperty = new DerivedProperty(
[ ...ballMassProperties, ...ballVelocityProperties, balls.lengthProperty ],
() => this.computeVelocity(), {
valueType: Vector2,
strictAxonDependencies: false //TODO https://github.com/phetsims/collision-lab/issues/219
valueType: Vector2
} );

// @public {Property.<number>} speedProperty - Property of the speed of the Ball, in m/s.
Expand Down

0 comments on commit 935adf1

Please sign in to comment.