From f5247acde7a010342ec58cd60091638a35579a7e Mon Sep 17 00:00:00 2001 From: Zeo <67521686+ThatZeoGal@users.noreply.github.com> Date: Sun, 5 May 2024 17:38:23 -0500 Subject: [PATCH] no more "new section" "" --- .../LevelEditor/Timeline/SpecialTmeline/SpecialTimeline.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/LevelEditor/Timeline/SpecialTmeline/SpecialTimeline.cs b/Assets/Scripts/LevelEditor/Timeline/SpecialTmeline/SpecialTimeline.cs index e04971361..d31565d3f 100644 --- a/Assets/Scripts/LevelEditor/Timeline/SpecialTmeline/SpecialTimeline.cs +++ b/Assets/Scripts/LevelEditor/Timeline/SpecialTmeline/SpecialTimeline.cs @@ -243,7 +243,7 @@ namespace HeavenStudio.Editor.Track if (create) { - RiqEntity sectionC = GameManager.instance.Beatmap.AddNewSectionMarker(Timeline.instance.MousePos2BeatSnap, "New Section"); + RiqEntity sectionC = GameManager.instance.Beatmap.AddNewSectionMarker(Timeline.instance.MousePos2BeatSnap, ""); sectionC.CreateProperty("startPerfect", false); sectionC.CreateProperty("weight", 1f);