1
This commit is contained in:
parent
093026ca0c
commit
419e369082
@ -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",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user