mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Increase maximum amount of bloom allowed.
This commit is contained in:
parent
a747f55423
commit
6f04513faa
@ -30,7 +30,7 @@ ShaderEffect {
|
||||
|
||||
property color fontColor: appSettings.fontColor
|
||||
property color backgroundColor: appSettings.backgroundColor
|
||||
property real bloom: appSettings.bloom * 2.0
|
||||
property real bloom: appSettings.bloom * 2.5
|
||||
|
||||
property ShaderEffectSource burnInSource: burnInEffect.source
|
||||
property real burnIn: appSettings.burnIn
|
||||
|
Loading…
x
Reference in New Issue
Block a user