mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
Set default effects fps to 24 (the terminal is now updated at full speed).
This commit is contained in:
parent
c575385ba3
commit
28bb2e2adf
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user