mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Set default effects fps to 24 (the terminal is now updated at full speed).
This commit is contained in:
		@@ -40,7 +40,7 @@ Item{
 | 
				
			|||||||
    property real window_scaling: 1.0
 | 
					    property real window_scaling: 1.0
 | 
				
			||||||
    onWindow_scalingChanged: handleFontChanged();
 | 
					    onWindow_scalingChanged: handleFontChanged();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property real fps: 0
 | 
					    property real fps: 24
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    function mix(c1, c2, alpha){
 | 
					    function mix(c1, c2, alpha){
 | 
				
			||||||
        return Qt.rgba(c1.r * alpha + c2.r * (1-alpha),
 | 
					        return Qt.rgba(c1.r * alpha + c2.r * (1-alpha),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user