This commit is contained in:
aozhiwei 2024-09-06 16:16:10 +08:00
parent 6e1f0346f4
commit e2bda53c7f
2 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,7 @@ private:
a8::XTimerWp watch_war_req_timer_; a8::XTimerWp watch_war_req_timer_;
glm::vec3 move_target_pos_ = GlmHelper::ZERO; glm::vec3 move_target_pos_ = GlmHelper::ZERO;
glm::vec3 current_pos_ = GlmHelper::ZERO;
#ifdef MYDEBUG #ifdef MYDEBUG
std::vector<int> last_interaction_objids_; std::vector<int> last_interaction_objids_;

View File

@ -1659,6 +1659,7 @@ message CMMove
optional int32 skill_hold = 50; //,0(id) optional int32 skill_hold = 50; //,0(id)
optional MFVec3 move_target_pos = 51; //-() optional MFVec3 move_target_pos = 51; //-()
optional MFVec3 current_pos = 52; //
} }
// //