1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Various code and documentation improvements

This commit is contained in:
kobewi
2022-03-05 21:22:38 +01:00
parent ff65d33e8c
commit bc3aff9b46
9 changed files with 20 additions and 21 deletions

View File

@@ -486,7 +486,7 @@ bool SceneTree::process(double p_time) {
}
E->get()->set_time_left(time_left);
if (time_left < 0) {
if (time_left <= 0) {
E->get()->emit_signal(SNAME("timeout"));
timers.erase(E);
}