mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +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()
|
public override void PostProcess()
|
||||||
{
|
{
|
||||||
finalizePosition();
|
applyPositionOffsets();
|
||||||
|
|
||||||
initialiseHyperDash((List<CatchHitObject>)Beatmap.HitObjects);
|
initialiseHyperDash((List<CatchHitObject>)Beatmap.HitObjects);
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
|
|||||||
|
|
||||||
public const int RNG_SEED = 1337;
|
public const int RNG_SEED = 1337;
|
||||||
|
|
||||||
private void finalizePosition()
|
private void applyPositionOffsets()
|
||||||
{
|
{
|
||||||
var rng = new FastRandom(RNG_SEED);
|
var rng = new FastRandom(RNG_SEED);
|
||||||
// todo: HardRock displacement should be applied here
|
// todo: HardRock displacement should be applied here
|
||||||
|
Loading…
Reference in New Issue
Block a user