This commit is contained in:
aozhiwei 2022-12-28 15:53:35 +08:00
parent 093026ca0c
commit 419e369082

View File

@ -249,9 +249,7 @@ void Movement::AddPaths(const glm::vec3& start, std::vector<glm::vec3>& paths)
p.dir.y = 0;
p.dir.z = dir.y;
last_pos.x = paths[i].x;
last_pos.y = paths[i].y;
last_pos.z = paths[i].z;
last_pos = paths[i];
#ifdef DEBUG1
a8::XPrintf("AddPaths size:%d i:%d src_pos:%f,%f tar_pos:%f:%f\n",
{