Skip to content

Commit

Permalink
Fixed visualization issue for ephemeris markers due refraction (fix #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 22, 2017
1 parent 9920888 commit 6137c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion guide/version.tex

This file was deleted.

2 changes: 1 addition & 1 deletion src/core/modules/SolarSystem.cpp
Expand Up @@ -1302,7 +1302,7 @@ void SolarSystem::draw(StelCore* core)
{
StelProjectorP prj;
if (getFlagEphemerisHorizontalCoordinates())
prj = core->getProjection(StelCore::FrameAltAz);
prj = core->getProjection(StelCore::FrameAltAz, StelCore::RefractionOff);
else
prj = core->getProjection(StelCore::FrameJ2000); // , StelCore::RefractionOff);
StelPainter sPainter(prj);
Expand Down

0 comments on commit 6137c54

Please sign in to comment.