no more "new section"

""
This commit is contained in:
Zeo 2024-05-05 17:38:23 -05:00
parent 3800667e01
commit f5247acde7

View file

@ -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);