[458/906] glfilterreflectedscreen: fix some warnings from msvc9

This commit is contained in:
Julien Isorce 2010-07-23 22:12:15 +02:00 committed by Matthew Waters
parent f08b7c892a
commit dab7bdf2da

View file

@ -356,7 +356,7 @@ gst_gl_filter_reflected_screen_draw_floor ()
gluQuadricTexture (q, GL_FALSE);
//drawing the disk. The texture are mapped thanks to the parameter we gave to the GLUquadric q
gluDisk (q, 0.0, 2.2, 50.0, 1.0);
gluDisk (q, 0.0, 2.2, 50, 1);
}
//opengl scene, params: input texture (not the output filter->texture)