diff options
author | dhewg | 2011-04-06 11:30:01 +0200 |
---|---|---|
committer | dhewg | 2011-04-06 11:31:20 +0200 |
commit | 430c462031a25f598b3515d9164034c4389b0257 (patch) | |
tree | 1251322c8b8ccc534dd5a1fe1901e2f8388414fe | |
parent | 80e362f6eacda54d1553b353320efedc7d21f6c1 (diff) | |
download | scummvm-rg350-430c462031a25f598b3515d9164034c4389b0257.tar.gz scummvm-rg350-430c462031a25f598b3515d9164034c4389b0257.tar.bz2 scummvm-rg350-430c462031a25f598b3515d9164034c4389b0257.zip |
Revert "ANDROID: Temporarily enable GL error checks"
This reverts commit 1c8fc0538815b1418bb7824e4eefda65eb2719d9.
Commit d50e7af7 confirmed as fix, so it wasn't a GL issue at all
-rw-r--r-- | backends/platform/android/android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h index 55a828b873..f3d989c3f8 100644 --- a/backends/platform/android/android.h +++ b/backends/platform/android/android.h @@ -47,7 +47,7 @@ // toggles start //#define ANDROID_DEBUG_ENTER -#define ANDROID_DEBUG_GL +//#define ANDROID_DEBUG_GL //#define ANDROID_DEBUG_GL_CALLS // toggles end |