Fixed inverted period for earth-p03lp CustomRotation.

ver1_6_1
Chris Laurel 2008-08-07 02:22:38 +00:00
parent 600a2a2ab0
commit d35b254d04
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public:
double getPeriod() const
{
return 24.0 / 23.9344694;
return 23.9344694 / 24.0;
}
bool isPeriodic() const