mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Increase maximum amount of bloom allowed.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user