mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-04 02:00:31 -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");
 | 
							FinalExt("png");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (AnimationFps() == 0)
 | 
				
			||||||
 | 
							AnimationFps(30);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	auto s = OpenFolder();
 | 
						auto s = OpenFolder();
 | 
				
			||||||
	QDir dir(s);
 | 
						QDir dir(s);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user