Implemented for new topocentric frame type (a simplified two vector frame.)

ver1_6_1
Chris Laurel 2008-07-25 23:22:04 +00:00
parent 80a1018123
commit 33aff556f9
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ Star* StarDatabase::createStar(const uint32 catalogNumber,
string infoURL;
bool hasInfoURL = starData->getString("InfoURL", infoURL);
Orbit* orbit = CreateOrbit(NULL, starData, path, true);
Orbit* orbit = CreateOrbit(Selection(), starData, path, true);
if (hasTexture ||
hasModel ||