coeng

diff src/test.cc @ 2:4a1c9597f4d3

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 05 Feb 2015 11:04:07 +0200
parents 14e743b53289
children 2f872a179914
line diff
     1.1 --- a/src/test.cc	Thu Feb 05 00:38:59 2015 +0200
     1.2 +++ b/src/test.cc	Thu Feb 05 11:04:07 2015 +0200
     1.3 @@ -70,7 +70,7 @@
     1.4  {
     1.5  	glViewport(0, 0, x, y);
     1.6  
     1.7 -	glMatrixMode(GL_PROJECION);
     1.8 +	glMatrixMode(GL_PROJECTION);
     1.9  	glLoadIdentity();
    1.10  	gluPerspective(50.0, (float)x / (float)y, 0.5, 500.0);
    1.11  }