no more "new section"
""
This commit is contained in:
parent
3800667e01
commit
f5247acde7
|
@ -243,7 +243,7 @@ namespace HeavenStudio.Editor.Track
|
||||||
|
|
||||||
if (create)
|
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("startPerfect", false);
|
||||||
sectionC.CreateProperty("weight", 1f);
|
sectionC.CreateProperty("weight", 1f);
|
||||||
|
|
Loading…
Reference in a new issue