Make it bulk again - I don't know how it reverts
This commit is contained in:
parent
6c3828bf84
commit
84c075a20f
1 changed files with 2 additions and 1 deletions
|
@ -1787,7 +1787,8 @@ ActiveRunway *FGApproachController::getRunway(const string& name)
|
|||
}
|
||||
|
||||
void FGApproachController::render(bool visible) {
|
||||
SG_LOG(SG_ATC, SG_INFO, "FGApproachController::render function not yet implemented");
|
||||
// Must be BULK in order to prevent it being called each frame
|
||||
SG_LOG(SG_ATC, SG_BULK, "FGApproachController::render function not yet implemented");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue