mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
[458/906] glfilterreflectedscreen: fix some warnings from msvc9
This commit is contained in:
parent
f08b7c892a
commit
dab7bdf2da
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ gst_gl_filter_reflected_screen_draw_floor ()
|
||||||
gluQuadricTexture (q, GL_FALSE);
|
gluQuadricTexture (q, GL_FALSE);
|
||||||
|
|
||||||
//drawing the disk. The texture are mapped thanks to the parameter we gave to the GLUquadric q
|
//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)
|
//opengl scene, params: input texture (not the output filter->texture)
|
||||||
|
|
Loading…
Reference in a new issue