mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
Bug fix
This commit is contained in:
parent
33409cd38b
commit
e1ff8bdeaa
@ -268,7 +268,7 @@ int main()
|
||||
if (isInit) {
|
||||
delay++;
|
||||
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.
|
||||
isInit = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user