This commit is contained in:
aozhiwei 2023-02-17 18:03:47 +08:00
parent b0351eef17
commit e6963566eb

View File

@ -114,7 +114,7 @@ void Android::InternalUpdate(int delta_time)
return; return;
} }
} }
#if 0 #if 1
agent_->Exec(); agent_->Exec();
#endif #endif
} }