Fix osu!mania editor placement regressions

This commit is contained in:
Dean Herbert
2020-05-20 18:32:36 +09:00
parent c46bfc2532
commit ffb8d48fc3
3 changed files with 5 additions and 3 deletions

View File

@ -63,7 +63,7 @@ namespace osu.Game.Rulesets.Mania.Edit
drawableRuleset.ScrollingInfo.TimeRange.Value,
hoc.DrawHeight);
return new SnapResult(targetPosition, targetTime);
return new SnapResult(screenSpacePosition, targetTime);
}
protected override DrawableRuleset<ManiaHitObject> CreateDrawableRuleset(Ruleset ruleset, IBeatmap beatmap, IReadOnlyList<Mod> mods = null)