1
0
Fork 0

Fix standalone terrasync build

This commit is contained in:
James Turner 2013-11-13 00:16:28 +00:00
parent 4a3b8c5765
commit 44ed1f293d

View file

@ -374,7 +374,8 @@ int main( int argc, char **argv )
}
{
pTerraSync = new simgear::SGTerraSync(root);
pTerraSync = new simgear::SGTerraSync;
pTerraSync->setRoot(root);
pTerraSync->bind();
pTerraSync->init();