Skip to content

Commit

Permalink
Update GraphicsCamera.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
goldhoorn committed Mar 18, 2015
1 parent 7034051 commit 49a8223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphics/src/GraphicsCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ namespace mars {

f_nearPlane = MY_ZNEAR; //0.01;
f_farPlane = MY_ZFAR; //1000;

FILE* hack_aperture = fopen("aperture.cfg", "r");
if(hack_aperture) {
fscanf(hack_aperture, "%lf\n", &f_aperture);
Expand Down

0 comments on commit 49a8223

Please sign in to comment.