Skip to content

Commit

Permalink
BicyclePumpNode instrumentation, phetsims/gas-properties#77
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 30, 2024
1 parent 34a057f commit 3fed00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/BicyclePumpNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ export default class BicyclePumpNode extends Node {

// NodeOptions
tandem: Tandem.REQUIRED,
tandemNameSuffix: 'PumpNode'
tandemNameSuffix: 'PumpNode',
phetioInputEnabledPropertyInstrumented: true
}, providedOptions );

const width = options.width;
Expand Down

0 comments on commit 3fed00a

Please sign in to comment.