This commit is contained in:
aozhiwei 2022-12-01 12:24:02 +08:00
parent a47863baa7
commit 278d02c292

View File

@ -81,19 +81,6 @@ void MoveHelper::CalcTargetPos(float distance)
end.y = 0; end.y = 0;
end.z = target_pos2d.y / 10.0f; end.z = target_pos2d.y / 10.0f;
#ifdef DEBUG1
a8::XPrintf("move_dir:%f,%f start:%f,%f,%f end:%f,%f,%f\n",
{
owner_->GetMoveDir().x,
owner_->GetMoveDir().y,
start.x,
start.y,
start.z,
end.x,
end.y,
end.z});
#endif
bool is_hit = false; bool is_hit = false;
MovePathPoint point; MovePathPoint point;
if (c->HasBuffEffect(kBET_ThroughWall) || if (c->HasBuffEffect(kBET_ThroughWall) ||