diff --git a/src/native/webgl.cc b/src/native/webgl.cc index 11a5fd24..0e030239 100644 --- a/src/native/webgl.cc +++ b/src/native/webgl.cc @@ -416,9 +416,7 @@ void WebGLRenderingContext::dispose() { ACTIVE = NULL; // Destroy surface and context - - // FIXME: This shouldn't be commented out - // eglDestroySurface(DISPLAY, surface); + eglDestroySurface(DISPLAY, surface); eglDestroyContext(DISPLAY, context); }