mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02: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 {
|
Text {
|
||||||
color: root.fontColor;
|
color: root.fontColor;
|
||||||
font.pixelSize: root.fontSize
|
font.pixelSize: root.fontSize
|
||||||
visible: root.expanded
|
visible: root.expanded && !root.showAcuity
|
||||||
text: root.lodStatsRenderText;
|
text: root.lodStatsRenderText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue