Tweak screenshot state size

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-10 04:34:00 +00:00
parent 4a65aee7c7
commit 31872d74ed
2 changed files with 9 additions and 8 deletions

View file

@ -241,6 +241,7 @@ void Scene::step() {
internal->historyActionIndex = actionIndex;
internal->lastSceneChangeTime = time;
patchUtils::deployToRemote();
window::generateScreenshot();
}
}
}