1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

finalisePosition -> applyPositionOffsets

This commit is contained in:
smoogipoo 2018-06-13 20:11:27 +09:00
parent 9b403b0053
commit 250e8645e1

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
public override void PostProcess()
{
finalizePosition();
applyPositionOffsets();
initialiseHyperDash((List<CatchHitObject>)Beatmap.HitObjects);
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
public const int RNG_SEED = 1337;
private void finalizePosition()
private void applyPositionOffsets()
{
var rng = new FastRandom(RNG_SEED);
// todo: HardRock displacement should be applied here