public override IEnumerable <DrawRequest> Render(double elapsed) { currentSprite = fire.GetSprite(elapsed); return(base.Render(elapsed)); }