1
0
Fork 0

ATC/AI: SG_LOG will now use BULK for render message

This commit is contained in:
legoboyvdlp R 2019-06-17 08:31:37 +01:00 committed by James Turner
parent 4af75c4666
commit 6c3828bf84

View file

@ -1107,7 +1107,8 @@ FGATCInstruction FGTowerController::getInstruction(int id)
}
void FGTowerController::render(bool visible) {
SG_LOG(SG_ATC, SG_INFO, "FGTowerController::render function not yet implemented");
// this should be bulk, since its called quite often
SG_LOG(SG_ATC, SG_BULK, "FGTowerController::render function not yet implemented");
}
string FGTowerController::getName() {