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:
parent
450526cc40
commit
a49dc75d5f
@ -544,6 +544,7 @@ bool record_animation() {
|
|||||||
saveHighQualityShot(buf);
|
saveHighQualityShot(buf);
|
||||||
rollback();
|
rollback();
|
||||||
}
|
}
|
||||||
|
lastticks = ticks = SDL_GetTicks();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user