Skip to content

Commit

Permalink
default ?enable2F=true, ignore ?focalLengthControl, phetsims/geometri…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 22, 2022
1 parent b06a9db commit 13dc70c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/common/GOGlobalOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ import StringIO from '../../../tandem/js/types/StringIO.js';
// constants
const optionsTandem = Tandem.GLOBAL_VIEW.createTandem( 'options' );

// If focalLengthControl query parameter was not in the URL, change the default.
if ( !QueryStringMachine.containsKey( 'focalLengthControl' ) ) {
GOQueryParameters.focalLengthControl = 'direct';
}

const GOGlobalOptions = {

focalLengthControlTypeProperty:
Expand Down

0 comments on commit 13dc70c

Please sign in to comment.