mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:25:39 +08:00
Fix item ordering
This commit is contained in:
parent
41169fbdaf
commit
81d0a9bd9c
@ -16,8 +16,6 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
{
|
{
|
||||||
public class CatchPlayfield : ScrollingPlayfield
|
public class CatchPlayfield : ScrollingPlayfield
|
||||||
{
|
{
|
||||||
private readonly BeatmapDifficulty difficulty;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The width of the playfield.
|
/// The width of the playfield.
|
||||||
/// The horizontal movement of the catcher is confined in the area of this width.
|
/// The horizontal movement of the catcher is confined in the area of this width.
|
||||||
@ -37,6 +35,8 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
|
|
||||||
internal CatcherArea CatcherArea { get; private set; }
|
internal CatcherArea CatcherArea { get; private set; }
|
||||||
|
|
||||||
|
private readonly BeatmapDifficulty difficulty;
|
||||||
|
|
||||||
public CatchPlayfield(BeatmapDifficulty difficulty)
|
public CatchPlayfield(BeatmapDifficulty difficulty)
|
||||||
{
|
{
|
||||||
this.difficulty = difficulty;
|
this.difficulty = difficulty;
|
||||||
|
Loading…
Reference in New Issue
Block a user