also set lastticks after recording

This commit is contained in:
Zeno Rogue 2018-11-11 16:43:43 +01:00
parent 450526cc40
commit a49dc75d5f
1 changed files with 1 additions and 0 deletions

View File

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