Changed "frame center arrow" reference mark into "frame center direction".

ver1_6_1
Vincent Giangiulio 2008-04-10 16:53:47 +00:00
parent cfa8300ff1
commit 70f084ab43
1 changed files with 1 additions and 1 deletions

View File

@ -4787,7 +4787,7 @@ void CelestiaCore::toggleReferenceMark(const string& refMark, Selection sel)
{
body->addReferenceMark(new SpinVectorArrow(*body));
}
else if (refMark == "frame center arrow")
else if (refMark == "frame center direction")
{
double now = getSimulation()->getTime();
BodyToBodyDirectionArrow* arrow = new BodyToBodyDirectionArrow(*body, body->getOrbitFrame(now)->getCenter());