Skip to content

Commit

Permalink
doc, #144
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 17, 2021
1 parent b7018f5 commit 939dff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game-setup-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
phetioClient.invoke( amplitudePropertyID, 'setValue', [ amplitude ] );
}

//TODO View must done after model because the model is randomly determining which zero-amplitude harmonics have visible controls.

// Set visibility of amplitude Sliders and NumberDisplays. Do this AFTER changing elements of the model.
// As the model changes, it sends out notifications that result in view changes. If you try to change the
// view before the model, those notifications are likely to undo your view changes.
Expand Down

0 comments on commit 939dff0

Please sign in to comment.