tests/gl: fix typo

This commit is contained in:
Matthew Waters 2015-05-14 18:35:35 +10:00
parent 0870e8785e
commit 904cdf3f58

View file

@ -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);