# HG changeset patch # User John Tsiombikas # Date 1430102237 -10800 # Node ID e3b9707504df8e257126bcd05145f2473bca2c8c # Parent d46f0947a96deedbadf2aad40bc8dea8617e5b55 increased the field of view diff -r d46f0947a96d -r e3b9707504df src/main.c --- a/src/main.c Fri Feb 06 00:34:04 2015 +0200 +++ b/src/main.c Mon Apr 27 05:37:17 2015 +0300 @@ -263,7 +263,7 @@ glViewport(0, 0, x, y); glMatrixMode(GL_PROJECTION); glLoadIdentity(); - gluPerspective(50.0, (float)x / (float)y, 0.5, 500.0); + gluPerspective(55.0, (float)x / (float)y, 0.5, 500.0); } static int warping_mouse;