mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-19 01:25:35 -04:00
Bug fix
This commit is contained in:
parent
33409cd38b
commit
e1ff8bdeaa
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user