1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 16:57:56 +00:00

also set lastticks after recording

This commit is contained in:
Zeno Rogue
2018-11-11 16:43:43 +01:00
parent 450526cc40
commit a49dc75d5f

View File

@@ -544,6 +544,7 @@ bool record_animation() {
saveHighQualityShot(buf);
rollback();
}
lastticks = ticks = SDL_GetTicks();
return true;
}
#endif