Skip to content

Commit

Permalink
chore: 降低移动发包DIFF_POSITION_THRESHOLD阈值
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Aug 18, 2023
1 parent 1c98397 commit 58a79c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 58a79c0

Please sign in to comment.