Skip to content

Commit

Permalink
remove REVIEW comment after responding in issue, #203
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 15, 2020
1 parent b84a926 commit 9bd9aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/WolfCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ class WolfCollection {

// Eat bunnies at the midpoint of their clock slice.
// See https://github.com/phetsims/natural-selection/issues/110
//REVIEW: Does GenerationClock.constrainDt mean we can't go from one generation's before-midpoint to the next one's before-midpoint?
if ( this.enabledProperty.value &&
previousTimeInPercent < CLOCK_WOLVES_MIDPOINT && currentTimeInPercent >= CLOCK_WOLVES_MIDPOINT ) {

Expand Down

0 comments on commit 9bd9aa6

Please sign in to comment.