Magically reduce memory use.

This commit is contained in:
Black Hat
2018-11-18 14:29:09 +08:00
parent dd6c10e382
commit 9ec02e0fce
3 changed files with 5 additions and 5 deletions

View File

@@ -710,7 +710,7 @@ Rectangle {
Rectangle {
anchors.fill: parent
visible: highlightCount > 0 || currentRoom === enteredRoom
visible: currentRoom === enteredRoom
color: Material.accent
opacity: 0.1
}