Skip to content

Commit

Permalink
πŸ‘Œ Remove FIXME tags after review
Browse files Browse the repository at this point in the history
  • Loading branch information
lig committed Dec 3, 2020
1 parent 66f5eb3 commit 27e05e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/effects/effects.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ abstract class ComponentEffect<T extends Component> {
final bool _initialIsInfinite;
final bool _initialIsAlternating;
double? percentage;

/// FIXME: is it a safe default?
double curveProgress = 0.0;

/// FIXME: Where it's been set? Let's try defaulting it to 0.0 for now as at least
/// some subclasses set it in `initialize` method
double peakTime = 0.0;
double currentTime = 0.0;
double driftTime = 0.0;
Expand Down

0 comments on commit 27e05e1

Please sign in to comment.