Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1006c23 authored by Jack Palevich's avatar Jack Palevich
Browse files

Fix build.

parent 43123766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ class GL2JNIView extends GLSurfaceView {
            }
            EGLConfig[] configs = new EGLConfig[numConfigs];
            egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
            return configs[0s];
            return configs[0];
        }
    }