mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 01:23:44 +08:00
Remove redundant cast
This commit is contained in:
parent
f781dc3300
commit
3d190f7e88
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mania.Edit
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public new ManiaPlayfield Playfield => ((ManiaPlayfield)drawableRuleset.Playfield);
|
public new ManiaPlayfield Playfield => drawableRuleset.Playfield;
|
||||||
|
|
||||||
public IScrollingInfo ScrollingInfo => drawableRuleset.ScrollingInfo;
|
public IScrollingInfo ScrollingInfo => drawableRuleset.ScrollingInfo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user