This commit is contained in:
aozhiwei 2023-02-17 17:58:56 +08:00
parent f39adefc6b
commit b0351eef17

View File

@ -43,7 +43,7 @@ bool Movement::UpdatePosition()
}
}
if (owner_->GetPos().GetX() < 0 ||
owner_->GetPos().GetY() < 0) {
owner_->GetPos().GetZ() < 0) {
abort();
}
return true;