This commit is contained in:
aozhiwei 2023-04-05 16:10:35 +08:00
parent aa04028432
commit a401d1c6bd

View File

@ -91,7 +91,7 @@ behaviac::EBTStatus BaseAgent::DoRunningCb()
}
#endif
if (status_ != behaviac::BT_RUNNING) {
coroutine_->runing_cb = nullptr;
coroutine_ = nullptr;
}
return status_;
}