diff --git a/rogueviz/smoothcam.cpp b/rogueviz/smoothcam.cpp index e8508927..0d2f85f9 100644 --- a/rogueviz/smoothcam.cpp +++ b/rogueviz/smoothcam.cpp @@ -363,9 +363,7 @@ void show() { } void handle_animation(ld t) { - println(hlog, "handle_animation ", t); - - ld total_total; + ld total_total = 0; vector totals; for(auto& anim: anims) {