This commit is contained in:
Kovid Goyal 2017-10-25 14:48:28 +05:30
parent e43a26d64c
commit 05363ba501
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -67,7 +67,7 @@ check_for_gl_error(int line) {
#endif #endif
static PyObject* static PyObject*
glew_init(PyObject UNUSED *self, PyObject *is_wayland) { glew_init(PyObject UNUSED *self, PyObject UNUSED *is_wayland) {
#ifndef __APPLE__ #ifndef __APPLE__
GLenum err = glewInit(); GLenum err = glewInit();
if (err != GLEW_OK) { if (err != GLEW_OK) {