mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
rogueviz::smoothcam:: uninitialized variable fixed
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user