Skip to content

Commit

Permalink
Default to infinity. References #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanveloso committed Mar 29, 2012
1 parent d28b0fd commit 0d49fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controllers/ApplicationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
PlaybackController *playbackController = [[PlaybackController alloc] init];
[self setPlaybackController:playbackController];
[self.playbackController setLoopInfiniteCount:31];
[self.playbackController updateLoopCount:10];
[self.playbackController updateLoopCount:31];

// Set the max value of the loop counter.
[[self.windowController loopCountStepper] setMaxValue:(double)[self.playbackController loopInfiniteCount]];
Expand Down

0 comments on commit 0d49fa0

Please sign in to comment.