Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Jun 4, 2019
2 parents 396cd88 + f147157 commit 6606b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flare_flutter/lib/flare_actor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ class FlareActorRenderObject extends FlareRenderBox {
if (_filename == null) {
markNeedsPaint();
}

// file will change, let's clear out old animations.
_animationLayers.clear();
load();
}

Expand Down

0 comments on commit 6606b73

Please sign in to comment.