This commit is contained in:
RocketRobz 2021-10-11 02:34:33 -06:00
parent 33409cd38b
commit e1ff8bdeaa

View File

@ -268,7 +268,7 @@ int main()
if (isInit) { if (isInit) {
delay++; delay++;
if (rocketRobzScreen) { if (rocketRobzScreen) {
if (delay > iFps*(gfxIsWide() ? 13 : 10)) { if (delay > iFps*(gfxIsWide() ? 13 : 11)) {
Gui::setScreen(std::make_unique<PhotoStudio>(), true); // Set after delay to the photo studio. Gui::setScreen(std::make_unique<PhotoStudio>(), true); // Set after delay to the photo studio.
isInit = false; isInit = false;
} }