Skip to content

Commit

Permalink
Changed starting temperature to correct sun temp
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabp committed Mar 12, 2019
1 parent 9aa2cf1 commit 2f302e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/blackbody-spectrum/model/BlackbodySpectrumModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define( function( require ) {

// @public {BlackbodyBodyModel} the main body for the simulation
this.mainBody = new BlackbodyBodyModel(
BlackbodyConstants.earthTemperature,
BlackbodyConstants.sunTemperature,
tandem.createTandem( 'blackbodyBodyModel' )
);

Expand Down

0 comments on commit 2f302e1

Please sign in to comment.