mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 08:12:56 +08:00
Move load() to be directly below ctor.
This commit is contained in:
parent
de575b3867
commit
adf8bb853e
@ -47,14 +47,14 @@ namespace osu.Game.Graphics.Containers
|
|||||||
lastControlPoint = controlPoint;
|
lastControlPoint = controlPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void OnNewBeat(int newBeat, double beatLength, TimeSignatures timeSignature, bool kiai)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuGameBase game)
|
private void load(OsuGameBase game)
|
||||||
{
|
{
|
||||||
beatmap.BindTo(game.Beatmap);
|
beatmap.BindTo(game.Beatmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected virtual void OnNewBeat(int newBeat, double beatLength, TimeSignatures timeSignature, bool kiai)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user