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