*/}}

2 Commits 6006f49299 ... 22e6af8bb8

Autor SHA1 Mensaje Fecha
  YimingWu 22e6af8bb8 fix hace 4 meses
  YimingWu 6006f49299 fix hace 4 meses
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      la_kernel.c

+ 1 - 1
la_kernel.c

@@ -1077,7 +1077,7 @@ int laGetReadyWith(laInitArguments* ia){
     }
 
     eglBindAPI(EGL_OPENGL_ES_API);
-    static EGLint ctx_attribs[] = {
+    EGLint ctx_attribs[] = {
         EGL_CONTEXT_CLIENT_VERSION, MAIN.GLESMajor,
         EGL_CONTEXT_MINOR_VERSION, MAIN.GLESMinor,
         EGL_NONE