mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05:00 
			
		
		
		
	--Bug fixes
-Make FPS default to 30 if option is not present.
This commit is contained in:
		@ -95,6 +95,9 @@ void FractoriumSettings::EnsureDefaults()
 | 
			
		||||
	   )
 | 
			
		||||
		FinalExt("png");
 | 
			
		||||
 | 
			
		||||
	if (AnimationFps() == 0)
 | 
			
		||||
		AnimationFps(30);
 | 
			
		||||
 | 
			
		||||
	auto s = OpenFolder();
 | 
			
		||||
	QDir dir(s);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user