mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +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) {
|
void handle_animation(ld t) {
|
||||||
println(hlog, "handle_animation ", t);
|
ld total_total = 0;
|
||||||
|
|
||||||
ld total_total;
|
|
||||||
|
|
||||||
vector<ld> totals;
|
vector<ld> totals;
|
||||||
for(auto& anim: anims) {
|
for(auto& anim: anims) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user