Skip to content

Commit

Permalink
fix tandem for AudioPreferencesControlNode
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 4, 2024
1 parent da6290d commit 391b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/projectile-data-lab-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ simLauncher.launch( () => {
createContent: () => new Node()
},
{
createContent: tandem => new AudioPreferencesContentNode( tandem.createTandem( 'audioPreferences' ) )
createContent: tandem => new AudioPreferencesContentNode( tandem )
} ]
}
} );
Expand Down

1 comment on commit 391b4ef

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#32

Please sign in to comment.