Rename resource string

This commit is contained in:
smoogipoo 2019-07-30 19:10:21 +09:00
parent 114c2006c1
commit 1222536f7a
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ private void load(OsuConfigManager config, IBindable<WorkingBeatmap> beatmap)
RelativeSizeAxes = Axes.Both,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Child = scaleTarget = new SkinnableDrawable("osu/Game/Rulesets/Osu/UI/Cursor/OsuCursor", _ => new DefaultCursor(), confineMode: ConfineMode.NoScaling)
Child = scaleTarget = new SkinnableDrawable("Play/osu/cursor", _ => new DefaultCursor(), confineMode: ConfineMode.NoScaling)
{
Origin = Anchor.Centre,
Anchor = Anchor.Centre,

View File

@ -73,7 +73,7 @@ public override Drawable GetDrawableComponent(string componentName)
{
switch (componentName)
{
case "osu/Game/Rulesets/Osu/UI/Cursor/OsuCursor":
case "Play/osu/cursor":
if (GetTexture("cursor") != null)
return new LegacyCursor();