mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
tests/gl: fix typo
This commit is contained in:
parent
0870e8785e
commit
904cdf3f58
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ draw_render (gpointer data)
|
|||
gl->LoadIdentity ();
|
||||
|
||||
gl->ActiveTexture (GL_TEXTURE_2D);
|
||||
gl->BindTexture (GL_TEXTURE_2D, tex_id);
|
||||
gl->BindTexture (GL_TEXTURE_2D, tex);
|
||||
|
||||
gl->EnableClientState (GL_VERTEX_ARRAY);
|
||||
gl->VertexPointer (2, GL_FLOAT, 0, &verts);
|
||||
|
|
Loading…
Reference in a new issue