This commit is contained in:
aozhiwei 2023-01-03 15:14:56 +08:00
parent 52099a9094
commit b79924129c

View File

@ -42,12 +42,14 @@ void SprintBuff::SprintMove()
owner->SetAttackDir(owner->context_dir);
owner->SetDisableMoveDirTimes(old_times);
#ifdef DEBUG
owner->SendDebugMsg(a8::Format("xxxxxxxx move_dir:%d,%d attack_dir:%d,%d speed:%d",
owner->SendDebugMsg(a8::Format("xxxxxxxx move_dir:%f,%f,%f attack_dir:%f,%f,%f speed:%d",
{
owner->GetMoveDir().x,
owner->GetMoveDir().y,
owner->GetMoveDir().z,
owner->GetAttackDir().x,
owner->GetAttackDir().y,
owner->GetAttackDir().z,
owner->GetSpeed()
}));
owner->room->xtimer.SetIntervalEx