Frames cap is now optional.

This commit is contained in:
Filippo Scognamiglio
2014-06-27 23:16:49 +02:00
parent d6b644cd7d
commit 6d9c50f474
6 changed files with 17 additions and 16 deletions
+2 -7
View File
@@ -127,13 +127,8 @@ ApplicationWindow{
hideSource: true
wrapMode: ShaderEffectSource.Repeat
}
Timer{
id: timetimer
property real time: 0
onTriggered: time += interval
interval: Math.round(1000 / shadersettings.fps)
running: true
repeat: true
TimeManager{
id: timeManager
}
Terminal{
id: terminal