1
0
Fork 0

Make it bulk again - I don't know how it reverts

This commit is contained in:
legoboyvdlp R 2019-06-18 11:24:47 +01:00 committed by James Turner
parent 6c3828bf84
commit 84c075a20f

View file

@ -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");
}