minor Android tweaks
- removed ads reference no longer used in manifest - removed redundant android:debuggable attribute - cleared EGL debug warning log spamming issue #581
This commit is contained in:
@@ -1207,7 +1207,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback, View.OnK
|
||||
{
|
||||
EGL10 egl = (EGL10) EGLContext.getEGL();
|
||||
|
||||
egl.eglWaitNative(EGL10.EGL_NATIVE_RENDERABLE, null);
|
||||
egl.eglWaitNative(EGL10.EGL_CORE_NATIVE_ENGINE, null);
|
||||
|
||||
// drawing here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user