Skip to content

Commit

Permalink
PhET-iO instrumentation, #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 6, 2023
1 parent 9b6e666 commit ec952de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/game/view/PlayNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default class PlayNode extends GamePhaseNode {
xMargin: 10,
yMargin: 5,
listener: () => model.settings()
}
},
tandem: tandem.createTandem( 'statusBar' )
} );
this.addChild( statusBar );

Expand Down

0 comments on commit ec952de

Please sign in to comment.