Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Feb 29, 2024
1 parent dab6734 commit e528767
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ internal class BeamEditorObjectDrawingTarget : TextureLaneEditorObjectDrawingTar
{
public override IEnumerable<string> DrawTargetID { get; } = new[]
{
"BMS"
};
"BMS","OBS"
};

public BeamEditorObjectDrawingTarget() : base(
LoadTextrueFromDefaultResource("NS.png"),
Expand Down

0 comments on commit e528767

Please sign in to comment.