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:
parent
5fe87e140f
commit
d2be826e8b
@ -529,6 +529,7 @@ void rollback() {
|
||||
string animfile = "animation-%04d.png";
|
||||
|
||||
bool record_animation() {
|
||||
lastticks = 0;
|
||||
for(int i=0; i<noframes; i++) {
|
||||
ticks = i * period / noframes;
|
||||
apply();
|
||||
|
Loading…
Reference in New Issue
Block a user