From 3b28d5cac0e3bdd01097a1b0dcde0eecb2b61b05 Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Wed, 14 May 2025 21:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4A10=E4=B9=98=E5=AE=A2?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../atsuishio/superbwarfare/entity/vehicle/A10Entity.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/A10Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/A10Entity.java index e4fcbe7c2..5da9e8792 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/A10Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/A10Entity.java @@ -727,12 +727,9 @@ public class A10Entity extends ContainerMobileVehicleEntity implements GeoEntity Matrix4f transform = getVehicleTransform(1); float x = 0f; - float y = 0.1f; + float y = -0.2f; float z = 3.95f; - // TODO 正确调整乘客位置 - y += (float) passenger.getVehicleAttachmentPoint(this).y; - int i = this.getSeatIndex(passenger); if (i == 0) {