Update score view properly upon death
This commit is contained in:
parent
fb7b929b0c
commit
cde032eccc
@ -36,6 +36,7 @@ impl IHBoxContainer for SimpleScoreView {
|
|||||||
.on_goal()
|
.on_goal()
|
||||||
.connect_other(s, |s| s.update_goals());
|
.connect_other(s, |s| s.update_goals());
|
||||||
}
|
}
|
||||||
|
s.update_goals();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user