Fix a dumb bug in NavDisplay text-enable.
This commit is contained in:
parent
9b4c2def75
commit
fe0a703a19
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ void NavDisplay::addSymbolToScene(SymbolInstance* sym)
|
||||||
addLine(sym->pos, sym->endPos, def->lineColor);
|
addLine(sym->pos, sym->endPos, def->lineColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!def->hasText) {
|
if (!def->hasText || !def->textEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue