Set default effects fps to 24 (the terminal is now updated at full speed).

This commit is contained in:
Filippo Scognamiglio 2014-11-11 15:19:03 +01:00
parent c575385ba3
commit 28bb2e2adf

View File

@ -40,7 +40,7 @@ Item{
property real window_scaling: 1.0
onWindow_scalingChanged: handleFontChanged();
property real fps: 0
property real fps: 24
function mix(c1, c2, alpha){
return Qt.rgba(c1.r * alpha + c2.r * (1-alpha),