1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

anims:: clear lastticks when recording

This commit is contained in:
Zeno Rogue 2018-11-11 16:35:27 +01:00
parent 5fe87e140f
commit d2be826e8b

View File

@ -529,6 +529,7 @@ void rollback() {
string animfile = "animation-%04d.png"; string animfile = "animation-%04d.png";
bool record_animation() { bool record_animation() {
lastticks = 0;
for(int i=0; i<noframes; i++) { for(int i=0; i<noframes; i++) {
ticks = i * period / noframes; ticks = i * period / noframes;
apply(); apply();