remove unneeded "base."

This commit is contained in:
jorolf 2020-06-28 17:55:01 +02:00
parent 820056cc4e
commit 79eca8e1bf
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public float AnimationProgress
private class HueAnimationDrawNode : SpriteDrawNode
{
private HueAnimation source => (HueAnimation)base.Source;
private HueAnimation source => (HueAnimation)Source;
private float progress;