Skip to content

Commit

Permalink
Add REVIEW comments, see #123
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 29, 2024
1 parent ac02758 commit 7521809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/buoyancy/model/BuoyancyExploreModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export default class BuoyancyExploreModel extends DensityBuoyancyModel {
this.availableMasses.push( this.primaryMass );
this.secondaryMass = Cube.createWithMass( this.engine, Material.ALUMINUM, new Vector2( 0.05, 0.35 ), 13.5, {
tag: MassTag.SECONDARY,

// REVIEW: Tandem doesn't match variable name
tandem: blocksTandem.createTandem( 'blockB' ),
visible: false
} );
Expand Down

0 comments on commit 7521809

Please sign in to comment.