mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
animations:: frame info in animation recorder
This commit is contained in:
parent
8b0c0f58c4
commit
98381f5526
@ -695,6 +695,7 @@ bool record_animation() {
|
||||
lastticks = 0;
|
||||
ticks = 0;
|
||||
for(int i=0; i<noframes; i++) {
|
||||
printf("%d/%d\n", i, noframes);
|
||||
int newticks = i * period / noframes;
|
||||
while(ticks < newticks) shmup::turn(1), ticks++;
|
||||
dynamicval<bool> v2(inHighQual, true);
|
||||
|
Loading…
Reference in New Issue
Block a user