--Bug fixes

-Make FPS default to 30 if option is not present.
This commit is contained in:
Person 2022-03-11 16:04:07 -07:00
parent 3add3cbba7
commit 94c3e6bed3

View File

@ -95,6 +95,9 @@ void FractoriumSettings::EnsureDefaults()
)
FinalExt("png");
if (AnimationFps() == 0)
AnimationFps(30);
auto s = OpenFolder();
QDir dir(s);