1
This commit is contained in:
parent
a19b7331b4
commit
27d6969ccc
@ -95,22 +95,24 @@ void MoveHelper::CalcTargetPos(float distance)
|
||||
abort();
|
||||
}
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("CalcTargetPos src_pos:%f,%f tar_pos:%f,%f is_hit:%d start:%f,%f,%f end:%f,%f,%f distance:%f\n",
|
||||
a8::XPrintf("CalcTargetPos src_pos:%f,%f,%f tar_pos:%f,%f%f is_hit:%d start:%f,%f,%f end:%f,%f,%f distance:%f\n",
|
||||
{
|
||||
point.src_pos.x,
|
||||
point.src_pos.y,
|
||||
point.src_pos.z,
|
||||
point.tar_pos.x,
|
||||
point.tar_pos.y,
|
||||
point.tar_pos.z,
|
||||
is_hit ? 1 : 0,
|
||||
is_hit ? 1 : 0,
|
||||
|
||||
start.x,
|
||||
start.y,
|
||||
start.z,
|
||||
start.x,
|
||||
start.y,
|
||||
start.z,
|
||||
|
||||
end.x,
|
||||
end.y,
|
||||
end.z,
|
||||
point.distance
|
||||
end.x,
|
||||
end.y,
|
||||
end.z,
|
||||
point.distance
|
||||
});
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user