1
0
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:
Filippo Scognamiglio 2018-11-17 23:45:42 +01:00
parent a747f55423
commit 6f04513faa

View File

@ -30,7 +30,7 @@ ShaderEffect {
property color fontColor: appSettings.fontColor property color fontColor: appSettings.fontColor
property color backgroundColor: appSettings.backgroundColor 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 ShaderEffectSource burnInSource: burnInEffect.source
property real burnIn: appSettings.burnIn property real burnIn: appSettings.burnIn