mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Don't show render count / distance when using acuity.
This commit is contained in:
parent
342d3e80bc
commit
333eadd551
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Item {
|
|||
Text {
|
||||
color: root.fontColor;
|
||||
font.pixelSize: root.fontSize
|
||||
visible: root.expanded
|
||||
visible: root.expanded && !root.showAcuity
|
||||
text: root.lodStatsRenderText;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue