...
This commit is contained in:
parent
e43a26d64c
commit
05363ba501
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user