From 725e75bb858bcd057615f05c7b966bf1ea042b67 Mon Sep 17 00:00:00 2001 From: DoctorStupidest <> Date: Sat, 30 Dec 2023 23:02:39 -0800 Subject: [PATCH] update --- Assets/Scripts/TitleManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/TitleManager.cs b/Assets/Scripts/TitleManager.cs index f94b921e7..ad392d580 100644 --- a/Assets/Scripts/TitleManager.cs +++ b/Assets/Scripts/TitleManager.cs @@ -166,7 +166,7 @@ namespace HeavenStudio } else { - SkipToBeat(4); + SkipToBeat(5); } } }