Skip to content

Commit

Permalink
add buoyancy explore screen icon, phetsims/buoyancy#48
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Apr 23, 2024
1 parent 177ba4d commit a93e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/buoyancy/view/BuoyancyExploreScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class BuoyancyExploreScreenView extends DensityBuoyancyScreenView
const water = new THREE.Mesh( waterGeometry, waterMaterial );
water.position.copy( ThreeUtils.vectorToThree( new Vector3( 0, -0.5, 0.12 ) ) );
scene.add( water );
} )
} );
} );


Expand Down

0 comments on commit a93e8e1

Please sign in to comment.