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