mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
finalisePosition -> applyPositionOffsets
This commit is contained in:
parent
9b403b0053
commit
250e8645e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user