1
This commit is contained in:
parent
f39adefc6b
commit
b0351eef17
@ -43,7 +43,7 @@ bool Movement::UpdatePosition()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (owner_->GetPos().GetX() < 0 ||
|
if (owner_->GetPos().GetX() < 0 ||
|
||||||
owner_->GetPos().GetY() < 0) {
|
owner_->GetPos().GetZ() < 0) {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user