Skip to content

Commit d49e447

Browse files
committed
fixed
1 parent fd0896a commit d49e447

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Acid.Cam.v2.OSX/AC_Controller.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ -(IBAction) startProgram: (id) sender {
909909
}
910910
else {
911911
//renderTimer = [NSTimer timerWithTimeInterval:1.0/1000 target:self selector:@selector(camProc:) userInfo:nil repeats:YES];
912-
renderTimer = [NSTimer timerWithTimeInterval:1.0/ac::fps target:self selector:@selector(camProc:) userInfo:nil repeats:YES];
912+
renderTimer = [NSTimer timerWithTimeInterval:1.0/ac::fps/2 target:self selector:@selector(camProc:) userInfo:nil repeats:YES];
913913
// [[NSRunLoop currentRunLoop] addTimer:renderTimer forMode:NSEventTrackingRunLoopMode];
914914
[[NSRunLoop currentRunLoop] addTimer:renderTimer forMode:NSDefaultRunLoopMode];
915915
}

0 commit comments

Comments
 (0)