Remove explicit specification of new default

This commit is contained in:
Dean Herbert 2020-04-06 12:39:49 +09:00
parent 8eb47a5aac
commit cfa2404626
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ private void load(ISkinSource skin, IScrollingInfo scrollingInfo)
if (tmp is IFramedAnimation tmpAnimation && tmpAnimation.FrameCount > 0)
frameLength = Math.Max(1000 / 60.0, 170.0 / tmpAnimation.FrameCount);
explosion = skin.GetAnimation(imageName, true, false, startAtCurrentTime: true, frameLength: frameLength).With(d =>
explosion = skin.GetAnimation(imageName, true, false, frameLength: frameLength).With(d =>
{
if (d == null)
return;