From 5b0adad41fd935bc20fd6f8e7ad0aba4de9e66d9 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Tue, 18 Nov 2025 20:19:16 +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 }