mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
remove unneeded "base."
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user