diff --git a/VERSION b/VERSION index 0c8a86af..0f635eb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-rc3-4-ga53d7bcd30+1 \ No newline at end of file +B1-rc3-4-gf0923c4ed7+1 \ No newline at end of file diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index 9e562b66..435971cb 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -433,10 +433,6 @@ bool egl_render_startup(void * opaque, SDL_Window * window) return false; } - EGLint value; - eglQueryContext(this->display, this->context, EGL_RENDER_BUFFER, &value); - DEBUG_INFO("%x", value); - eglMakeCurrent(this->display, this->surface, this->surface, this->context); DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR ));