Skip to content

Commit f86c039

Browse files
committed
correct previous commit
1 parent 9b6913a commit f86c039

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

content/examples/Basics/Camera/Orthographic/Orthographic.pde

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ void draw() {
2626
if (showPerspective == true) {
2727
perspective(PI/3.0, float(width)/float(height), 10, far);
2828
} else {
29-
<<<<<<< HEAD
3029
ortho(-width/2.0, width/2.0, -height/2.0, height/2.0, 10, far);
31-
=======
32-
ortho(-width/2, width/2, -height/2, height/2, 10, far);
33-
>>>>>>> 9b46c2acd960332c85802564d392f48f65995db9
3430
}
3531
translate(width/2, height/2, 0);
3632
rotateX(-PI/6);

0 commit comments

Comments
 (0)