diff --git a/source/MonoGame.Extended/Graphics/AnimatedSprite.cs b/source/MonoGame.Extended/Graphics/AnimatedSprite.cs index 895ef43b..80394301 100644 --- a/source/MonoGame.Extended/Graphics/AnimatedSprite.cs +++ b/source/MonoGame.Extended/Graphics/AnimatedSprite.cs @@ -51,6 +51,7 @@ public class AnimatedSprite : Sprite { _animation = spriteSheet.GetAnimation(initialAnimation); Controller = new AnimationController(_animation); + TextureRegion = _spriteSheet.TextureAtlas[Controller.CurrentFrame]; } ///