From c0089a54f270f6f7569fb6937963878e4f06160a Mon Sep 17 00:00:00 2001 From: Lubos Date: Wed, 23 Mar 2022 11:52:45 +0100 Subject: [PATCH] Disable OpenGL debug messages --- android/app/src/main/cpp/code/vr/vr_renderer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/cpp/code/vr/vr_renderer.c b/android/app/src/main/cpp/code/vr/vr_renderer.c index bcf7724c..3a928d02 100644 --- a/android/app/src/main/cpp/code/vr/vr_renderer.c +++ b/android/app/src/main/cpp/code/vr/vr_renderer.c @@ -20,7 +20,7 @@ #include #include -#define ENABLE_GL_DEBUG 1 +#define ENABLE_GL_DEBUG 0 #define ENABLE_GL_DEBUG_VERBOSE 0 #if ENABLE_GL_DEBUG #include