mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 15:22:53 +00:00
chore: fmt
This commit is contained in:
parent
ad77a955c0
commit
2302f25e93
|
|
@ -462,8 +462,8 @@ void Entity::setPos(double x, double y, double z) {
|
|||
this->z = z;
|
||||
float w = bbWidth / 2;
|
||||
float h = bbHeight;
|
||||
bb = {x - w, y - heightOffset + ySlideOffset, z - w, x + w,
|
||||
y - heightOffset + ySlideOffset + h, z + w};
|
||||
bb = {x - w, y - heightOffset + ySlideOffset, z - w,
|
||||
x + w, y - heightOffset + ySlideOffset + h, z + w};
|
||||
}
|
||||
|
||||
void Entity::turn(float xo, float yo) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue