Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed May 24, 2024
1 parent 23bfc95 commit 439ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Source/Renderer/UniformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ function setSunAndMoonDirections(uniformState, frameState) {
);
}

let position = Simon1994PlanetaryPositions.computeSunPositionInMoonInertialFrame(
let position = Simon1994PlanetaryPositions.computeSunPositionInEarthInertialFrame(
frameState.time,
uniformState._sunPositionWC
);
Expand Down

0 comments on commit 439ad49

Please sign in to comment.