This commit is contained in:
aozhiwei 2022-12-29 15:02:10 +08:00
parent 09f0a373ee
commit e838f29fc0

View File

@ -42,7 +42,6 @@ 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->GetMoveDir().x,
@ -70,7 +69,6 @@ void SprintBuff::SprintMove()
},
&xtimer_attacher
);
}
#endif
}