1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +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); saveHighQualityShot(buf);
rollback(); rollback();
} }
lastticks = ticks = SDL_GetTicks();
return true; return true;
} }
#endif #endif