Merge branch 'master' of github.com:tito/kivy

This commit is contained in:
Mathieu Virbel 2011-05-29 20:20:02 +02:00
commit 98f1b7331b
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ def glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset
def glCreateProgram():
cdef GLuint id
id = c_opengl.CreateProgram()
id = c_opengl.glCreateProgram()
return id
def glCreateShader(GLenum type):