Compare commits

..

1 Commits

Author SHA1 Message Date
speak 3ca904814d
Merge 2dfe775f7b into 6644f191ca 2024-12-02 10:40:51 +07:00
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ BT::Status BTInstance::update(double p_delta) {
double start = Time::get_singleton()->get_ticks_usec();
#endif
const Ref<BTInstance> keep_alive{ this }; // keep instance alive until update is finished
last_status = root_task->execute(p_delta);
emit_signal(LW_NAME(updated), last_status);