This commit is contained in:
aozhiwei 2019-06-25 19:01:02 +08:00
parent 492cb88b82
commit bb10963a71

View File

@ -292,6 +292,7 @@ namespace a8
if (timer->timer_after_func) {
timer->timer_after_func(timer->param);
}
if (base_->running_timer) {
switch (timer->timer_type) {
case 1:
case 2: //循环类定时 fixed timer也是循环定时器
@ -314,6 +315,7 @@ namespace a8
}
}
}
}
base->running_timer = nullptr;
}