Don't show render count / distance when using acuity.

This commit is contained in:
howard-stearns 2016-01-04 14:46:57 -08:00
parent 342d3e80bc
commit 333eadd551

View file

@ -264,7 +264,7 @@ Item {
Text {
color: root.fontColor;
font.pixelSize: root.fontSize
visible: root.expanded
visible: root.expanded && !root.showAcuity
text: root.lodStatsRenderText;
}
}