From c9d1acdbc18faceac68ea8e4dff68e881fac65dc Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Tue, 18 Nov 2025 20:15:15 +0800 Subject: [PATCH] Update ConstRef.cs --- Assets/Scripts/Utility/ConstRef.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Utility/ConstRef.cs b/Assets/Scripts/Utility/ConstRef.cs index eeb9b4614..a6f301b74 100644 --- a/Assets/Scripts/Utility/ConstRef.cs +++ b/Assets/Scripts/Utility/ConstRef.cs @@ -75,7 +75,7 @@ namespace AibisDream.Utility public const int LineMaxDelay = 2800; public const int LineMinDelay = 600; public const int AutoHideDelay = 300; - public const int FixedDelay = 400; + public const int FixedDelay = 200; #endregion }