OpenGL: suppress output of EGL again

oops...
This commit is contained in:
李通洲
2025-01-15 21:39:21 +08:00
parent b566ffe81b
commit cc51596e5c
+1 -1
View File
@@ -154,7 +154,7 @@ const char* ffOpenGLDetectByEGL(FFOpenGLResult* result)
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglDestroySurface);
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglTerminate);
// FF_SUPPRESS_IO();
FF_SUPPRESS_IO();
return eglHandleData(result, &eglData);
}