From 93b4820c035ea61acd2e7bfa75cb4705d1397834 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:04:55 -0400 Subject: [PATCH] fix(Tanks): NT bufferResetMultiplier 5 -> 3 --- Assets/Mirror/Examples/Tanks/Prefabs/Tank.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Examples/Tanks/Prefabs/Tank.prefab b/Assets/Mirror/Examples/Tanks/Prefabs/Tank.prefab index 7d0525f6b..941487590 100644 --- a/Assets/Mirror/Examples/Tanks/Prefabs/Tank.prefab +++ b/Assets/Mirror/Examples/Tanks/Prefabs/Tank.prefab @@ -85,7 +85,7 @@ MonoBehaviour: showGizmos: 0 showOverlay: 0 overlayColor: {r: 0, g: 0, b: 0, a: 0.5} - bufferResetMultiplier: 5 + bufferResetMultiplier: 3 changedDetection: 1 positionSensitivity: 0.01 rotationSensitivity: 0.01