Skip to content

Commit

Permalink
Fixes bug in CPAnimation where certain ivars were not initialized cor…
Browse files Browse the repository at this point in the history
…rectly.

Closes cappuccino#287.
  • Loading branch information
Ross Boucher committed Oct 9, 2009
1 parent e125139 commit 2900163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AppKit/CPAnimation.j
Expand Up @@ -106,8 +106,9 @@ ACTUAL_FRAME_RATE = 0;
{
_progress = 0.0;
_duration = MAX(0.0, aDuration);
_animationCurve = anAnimationCurve;
_frameRate = 60.0;

[self setAnimationCurve:anAnimationCurve];
}

return self;
Expand Down

0 comments on commit 2900163

Please sign in to comment.