Browse Source

Fix missed method rename.

pull/1885/head
Jumar Macato 8 years ago
parent
commit
d9f1da0052
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 2
      src/Avalonia.Animation/DisposeAnimationInstanceObservable.cs

2
src/Avalonia.Animation/DisposeAnimationInstanceObservable.cs

@ -53,7 +53,7 @@ namespace Avalonia.Animation
_lastInstance?.Dispose();
if (matchVal)
{
_lastInstance = _animator.RunAnimation(_animation, _control, _onComplete);
_lastInstance = _animator.Run(_animation, _control, _onComplete);
}
_lastMatch = matchVal;
}

Loading…
Cancel
Save