From 58a79c070342751cfe8a507785281599732cd507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=80=E5=93=A5?= <3523206925@qq.com> Date: Sat, 19 Aug 2023 04:42:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=99=8D=E4=BD=8E=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E5=8F=91=E5=8C=85DIFF=5FPOSITION=5FTHRESHOLD=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/allay/server/world/entity/AllayEntityPhysicsService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allay-Server/src/main/java/cn/allay/server/world/entity/AllayEntityPhysicsService.java b/Allay-Server/src/main/java/cn/allay/server/world/entity/AllayEntityPhysicsService.java index 683a64dfe..28ebf2435 100644 --- a/Allay-Server/src/main/java/cn/allay/server/world/entity/AllayEntityPhysicsService.java +++ b/Allay-Server/src/main/java/cn/allay/server/world/entity/AllayEntityPhysicsService.java @@ -34,7 +34,7 @@ */ public class AllayEntityPhysicsService implements EntityPhysicsService { - public static final double DIFF_POSITION_THRESHOLD = 0.001; + public static final double DIFF_POSITION_THRESHOLD = 0.0001; public static final double DIFF_ROTATION_THRESHOLD = 0.1; public static final double MOTION_THRESHOLD = 0.003;