1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00

rogueviz::smoothcam:: uninitialized variable fixed

This commit is contained in:
Zeno Rogue 2021-04-16 19:41:25 +02:00
parent 4bb6379a53
commit 6fcb5f0c0d

View File

@ -363,9 +363,7 @@ void show() {
}
void handle_animation(ld t) {
println(hlog, "handle_animation ", t);
ld total_total;
ld total_total = 0;
vector<ld> totals;
for(auto& anim: anims) {