Skip to content

Commit

Permalink
Fixing issue 2d-inc#68.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Jul 26, 2019
1 parent 855fd92 commit 1864cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/article/timeline_entry_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class VignetteRenderObject extends RenderBox {
/// Instance [_flareActor] through the actor reference in the asset
/// and set the initial starting value for its animation.
_flareActor = asset.actor.makeInstance();
_flareActor.initializeGraphics();
asset.animation.apply(asset.animation.duration, _flareActor, 1.0);
_flareActor.advance(0.0);
if (asset.filename == "assets/Amelia_Earhart/Amelia_Earhart.flr") {
Expand Down

0 comments on commit 1864cfb

Please sign in to comment.