Skip to content

Commit

Permalink
Moving the default passiveEvents to Scenery (since it should be the d…
Browse files Browse the repository at this point in the history
…efault, AND I don't want to have a two-common-repo maintenance release). See phetsims/scenery#770
  • Loading branch information
jonathanolson committed Apr 19, 2018
1 parent 0a6d327 commit f560838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ define( function( require ) {
allowWebGL: phet.chipper.queryParameters.webgl,
accessibility: phet.chipper.accessibility,
isApplication: false,
assumeFullWindow: true, // a bit faster if we can assume no coordinate translations are needed for the display.
passiveEvents: false // see https://github.com/phetsims/scenery/issues/770
assumeFullWindow: true // a bit faster if we can assume no coordinate translations are needed for the display.
} );

// When the sim is inactive, make it non-interactive, see https://github.com/phetsims/scenery/issues/414
Expand Down

0 comments on commit f560838

Please sign in to comment.