mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix osu!mania editor placement regressions
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user