mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-30 22:54:21 +00:00 
			
		
		
		
	Bloom effect is now updated manually as the others.
This commit is contained in:
		| @@ -322,9 +322,15 @@ Item{ | |||||||
|         active: mBloom != 0 |         active: mBloom != 0 | ||||||
|         asynchronous: true |         asynchronous: true | ||||||
|         sourceComponent: ShaderEffectSource{ |         sourceComponent: ShaderEffectSource{ | ||||||
|  |             id: _bloomEffectSource | ||||||
|             sourceItem: bloomEffectLoader.item |             sourceItem: bloomEffectLoader.item | ||||||
|             hideSource: true |             hideSource: true | ||||||
|  |             live: false | ||||||
|             smooth: true |             smooth: true | ||||||
|  |             Connections{ | ||||||
|  |                 target: kterminalSource | ||||||
|  |                 onSourceUpdate: _bloomEffectSource.scheduleUpdate(); | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user