Skip to content

Commit

Permalink
assigned a double value to _lastFrameTime
Browse files Browse the repository at this point in the history
  • Loading branch information
MontiniCristian committed Dec 6, 2018
1 parent c7fdf02 commit 845f96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flare_actor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class FlareActorRenderObject extends RenderBox
{
SchedulerBinding.instance.cancelFrameCallbackWithId(_frameCallbackID);
}
_lastFrameTime = 0;
_lastFrameTime = 0.0;
}
}

Expand Down

0 comments on commit 845f96d

Please sign in to comment.