mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
remove unneeded "base."
This commit is contained in:
parent
820056cc4e
commit
79eca8e1bf
@ -40,7 +40,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
|
||||
private class HueAnimationDrawNode : SpriteDrawNode
|
||||
{
|
||||
private HueAnimation source => (HueAnimation)base.Source;
|
||||
private HueAnimation source => (HueAnimation)Source;
|
||||
|
||||
private float progress;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user