mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 13:03:55 +02:00
Disable the AO gpuTimer pending cpp fix
This commit is contained in:
parent
86412c1890
commit
9c5881345a
1 changed files with 8 additions and 7 deletions
|
@ -16,15 +16,16 @@ Item {
|
|||
height: 200
|
||||
property QtObject config: Render.getConfig("AmbientOcclusion")
|
||||
|
||||
Timer {
|
||||
interval: 500
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) }
|
||||
}
|
||||
// TODO: Enable the gpuTimer when it is fixed in cpp
|
||||
// Timer {
|
||||
// interval: 500
|
||||
// running: true
|
||||
// repeat: true
|
||||
// onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) }
|
||||
// }
|
||||
// Label { id: timer; x: 140 }
|
||||
|
||||
Label { text: qsTr("Ambient Occlusion") }
|
||||
Label { id: timer; x: 140 }
|
||||
|
||||
CheckBox {
|
||||
y: 1 * 25
|
||||
|
|
Loading…
Reference in a new issue