From 493be6c55b91901e6da69a353dbb35ce245e7b30 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 12 Apr 2020 20:35:16 +0200 Subject: [PATCH] simulate CA on every step if animating --- screenshot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/screenshot.cpp b/screenshot.cpp index 18ca0245..3e7585d1 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -779,6 +779,7 @@ bool record_animation() { int newticks = i * period / noframes; cmode = (env_shmup ? sm::NORMAL : 0); while(ticks < newticks) shmup::turn(1), ticks++; + ca::simulate(); if(playermoved) centerpc(INF), optimizeview(); dynamicval v2(inHighQual, true); apply();