Emergency fix of framerate problem
This commit is contained in:
parent
7de4466897
commit
e4e6864613
1 changed files with 2 additions and 1 deletions
|
@ -386,7 +386,8 @@ bool FGTower::OnActiveRunway(Point3D pt) {
|
||||||
if(!rwyGood) {
|
if(!rwyGood) {
|
||||||
SG_LOG(SG_ATC, SG_WARN, "Unable to find runway " << activeRwy << " for airport ID " << ident << " in FGTower");
|
SG_LOG(SG_ATC, SG_WARN, "Unable to find runway " << activeRwy << " for airport ID " << ident << " in FGTower");
|
||||||
}
|
}
|
||||||
return(OnRunway(pt, &runway) ? true : false);
|
return false; // TODO - this is an emergency patch to correct a framerate problem - FIXME properly!!!
|
||||||
|
//return(OnRunway(pt, &runway) ? true : false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue