This commit is contained in:
aozhiwei 2023-10-23 11:19:40 +08:00
parent b1eed57dd9
commit e76a7cfdd0

View File

@ -13,7 +13,7 @@ class BtCoroutine
long long sleep_end_frameno = 0;
int sleep_time = 0;
list_head entry;
behaviac::EBTStatus status = behaviac::BT_INVALID;
behaviac::EBTStatus status = behaviac::BT_RUNNING;
BtCoroutine(std::shared_ptr<BtContext> context, int id, const char* name)
{