Skip to content

Commit

Permalink
Adding fluidSelectionType to model and optionized, see phetsims/densi…
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Jul 26, 2024
1 parent 4147714 commit 4bcf164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/explore/ExploreScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default class ExploreScreen extends Screen<BuoyancyBasicsExploreModel, Bu
public constructor( tandem: Tandem ) {
super(
() => new BuoyancyBasicsExploreModel( {
fluidSelectionType: 'simple',
tandem: tandem.createTandem( 'model' )
} ),
model => new BuoyancyBasicsExploreScreenView( model, {
Expand Down

0 comments on commit 4bcf164

Please sign in to comment.