diff --git a/js/friction/model/Atom.js b/js/friction/model/Atom.js index 54c87120..6d210b68 100644 --- a/js/friction/model/Atom.js +++ b/js/friction/model/Atom.js @@ -62,7 +62,8 @@ class Atom extends PhetioObject { // @public - the position of the atom this.positionProperty = new Vector2Property( initialPosition, { - tandem: config.tandem.createTandem( 'positionProperty' ) + tandem: config.tandem.createTandem( 'positionProperty' ), + phetioHighFrequency: true } ); // @private {Vector2} - the center position, around which oscillations occur