mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-01 23:52:06 +00:00
Fix: Window scaling was counted two times for bloom.
This commit is contained in:
@@ -30,7 +30,7 @@ ShaderTerminal{
|
|||||||
// EFFECTS ////////////////////////////////////////////////////////////////
|
// EFFECTS ////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
Loader{
|
Loader{
|
||||||
property real scaling: appSettings.bloom_quality * appSettings.window_scaling
|
property real scaling: appSettings.bloom_quality
|
||||||
id: bloomEffectLoader
|
id: bloomEffectLoader
|
||||||
active: appSettings.bloom_strength
|
active: appSettings.bloom_strength
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
|
|||||||
Reference in New Issue
Block a user