Skip to content

Commit

Permalink
Correct Jupiter gravity, see #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 1, 2020
1 parent 554e5a2 commit 37d15f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/energy-skate-park/common/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ZOOM_FACTOR_DELTA = 1 / 60;

const EARTH_GRAVITY = 9.8;
const MOON_GRAVITY = 1.62;
const JUPITER_GRAVITY = 25.96;
const JUPITER_GRAVITY = 24.8;

// maximum coefficient of friction
const MAX_FRICTION = 0.1;
Expand Down

0 comments on commit 37d15f2

Please sign in to comment.