3dphotoshoot
diff src/game.cc @ 26:a460b1e5af4a
added GLUT frontend
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 18 Jun 2015 03:55:05 +0300 |
parents | ac80210d5fbe |
children | 3d082c566b53 |
line diff
1.1 --- a/src/game.cc Thu Jun 18 03:12:30 2015 +0300 1.2 +++ b/src/game.cc Thu Jun 18 03:55:05 2015 +0300 1.3 @@ -164,9 +164,9 @@ 1.4 gl_matrix_mode(GL_MODELVIEW); 1.5 gl_push_matrix(); 1.6 gl_mult_matrixf(rmat[0]); 1.7 - gl_apply_xform(sdr_debug->get_globj()); 1.8 1.9 sdr_debug->bind(); 1.10 + gl_apply_xform(sdr_debug->get_globj()); 1.11 1.12 mesh->draw(); 1.13