This commit is contained in:
aozhiwei 2023-04-02 21:14:15 +08:00
parent 3b5a69bcff
commit dbb53b64bc

View File

@ -60,7 +60,7 @@ void BaseAgent::Exec()
runing_cb_ = nullptr; runing_cb_ = nullptr;
event_cb_(false, has_event); event_cb_(false, has_event);
event_cb_ = nullptr; event_cb_ = nullptr;
#ifdef DEBUG #ifdef DEBUG1
a8::XPrintf("FireEvent OnAttacked\n", {}); a8::XPrintf("FireEvent OnAttacked\n", {});
#endif #endif
} }