mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix offsets not being mirrored
This commit is contained in:
@ -36,15 +36,13 @@ namespace osu.Game.Rulesets.Catch.Tests.Mods
|
||||
beatmapProcessor.PreProcess();
|
||||
|
||||
foreach (var hitObject in beatmap.HitObjects)
|
||||
{
|
||||
hitObject.ApplyDefaults(new ControlPointInfo(), new BeatmapDifficulty());
|
||||
|
||||
if (withMirrorMod)
|
||||
mirrorMod.ApplyToHitObject(hitObject);
|
||||
}
|
||||
|
||||
beatmapProcessor.PostProcess();
|
||||
|
||||
if (withMirrorMod)
|
||||
mirrorMod.ApplyToBeatmap(beatmap);
|
||||
|
||||
return beatmap;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user