Skip to content

Commit

Permalink
Update GraphicsCamera.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
goldhoorn committed Feb 25, 2015
1 parent c99d44d commit 7034051
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 @@ -77,7 +77,6 @@ namespace mars {
f_nearPlane = MY_ZNEAR; //0.01;
f_farPlane = MY_ZFAR; //1000;

#warning WTF, a hack in mainstream?
FILE* hack_aperture = fopen("aperture.cfg", "r");
if(hack_aperture) {
fscanf(hack_aperture, "%lf\n", &f_aperture);
Expand Down

0 comments on commit 7034051

Please sign in to comment.