mirror of
https://github.com/ppy/osu
synced 2025-03-23 03:16:53 +00:00
Merge pull request #12178 from peppy/fix-mania-editor-barline-mutability
Fix barlines showing up in the osu!mania editor's timeline
This commit is contained in:
commit
aca3cd85c9
@ -268,6 +268,9 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
|
|
||||||
private void addBlueprintFor(HitObject hitObject)
|
private void addBlueprintFor(HitObject hitObject)
|
||||||
{
|
{
|
||||||
|
if (hitObject is IBarLine)
|
||||||
|
return;
|
||||||
|
|
||||||
if (blueprintMap.ContainsKey(hitObject))
|
if (blueprintMap.ContainsKey(hitObject))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user