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:
Rolzad73
2016-08-03 16:01:43 -04:00
parent c65fd1d7ae
commit 161802cf9d
2 changed files with 2 additions and 4 deletions

View File

@@ -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