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:
parent
4bb6379a53
commit
6fcb5f0c0d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user