Skip to content

Commit

Permalink
and agaaaaaaain
Browse files Browse the repository at this point in the history
  • Loading branch information
richTrash21 committed Jul 12, 2024
1 parent 26363d7 commit c6eeed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class FlxAnimationControllerTest extends FlxTest
function testOnLoopCompleteOnce():Void
{
loadSpriteSheet();
sprite.animation.add("animation", [0, 1, 2], 240, true);
sprite.animation.add("animation", [0, 1, 2], 60, true);

var timesCalled = 0;
sprite.animation.onLoopComplete.add(function(_) timesCalled++);
Expand Down

0 comments on commit c6eeed7

Please sign in to comment.