Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	example-basic/example-basic.xcodeproj/project.xcworkspace/xcuserdata/joschow1.xcuserdatad/UserInterfaceState.xcuserstate
  • Loading branch information
Joseph Chow committed Sep 25, 2017
2 parents bb48aef + 537c3a8 commit 2b98adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARCam.mm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if([deviceType isEqualToString:@"iPad"]){
needsPerspectiveAdjustment = true;
}
needsPerspectiveAdjustment = true;

// try to fit the camera capture width within the device's viewport.
// default capture dimensions seem to be 1280x720 regardless of device and orientation.
cam = ofRectangle(0,0,1280,720);
Expand Down

0 comments on commit 2b98adc

Please sign in to comment.