Skip to content

Commit

Permalink
Add trajectory opacity back in
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseAndMore committed Dec 9, 2022
1 parent fa5216f commit 2801834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/model/ProjectileMotionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ class ProjectileMotionModel {
initialSpeed,
this.cannonHeightProperty.value,
initialAngle );

this.updateTrajectoryRanksEmitter.emit(); // increment rank of all trajectories
}

this.limitTrajectories();
Expand Down

0 comments on commit 2801834

Please sign in to comment.