From 2038c1d2c22814fda3b2f2cf3e5f2576f66eff7f Mon Sep 17 00:00:00 2001 From: Atsuishio <842960157@qq.com> Date: Mon, 16 Jun 2025 00:14:29 +0800 Subject: [PATCH] +1-1 --- .../com/atsuishio/superbwarfare/entity/vehicle/Yx100Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Yx100Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Yx100Entity.java index ba5a0381b..53bcabbe0 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Yx100Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Yx100Entity.java @@ -1304,7 +1304,7 @@ public class Yx100Entity extends ContainerMobileVehicleEntity implements GeoEnti Matrix4f transform = getVehicleTransform(1); Vector4f worldPosition = transformPosition(transform, 0, 1.125f, 0.25f); this.obb.center().set(new Vector3f(worldPosition.x, worldPosition.y, worldPosition.z)); - this.obb.setRotation(VectorTool.combineRotationsTurret(1, this)); + this.obb.setRotation(VectorTool.combineRotations(1, this)); Matrix4f transformT = getTurretTransform(1); Vector4f worldPositionT = transformPosition(transformT, 0, 1, 0);