From 451054525425a741bbeb756aae9e68793737b3ff Mon Sep 17 00:00:00 2001 From: Twaik Yont <9674930+twaik@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:58:40 +0200 Subject: [PATCH] enhancement: flipping the renderer-in-activity switch --- app/src/main/cpp/lorie/lorie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/lorie/lorie.h b/app/src/main/cpp/lorie/lorie.h index 861c9336..a2f6aecb 100644 --- a/app/src/main/cpp/lorie/lorie.h +++ b/app/src/main/cpp/lorie/lorie.h @@ -1,5 +1,5 @@ #pragma once -#define RENDERER_IN_ACTIVITY 0 +#define RENDERER_IN_ACTIVITY 1 #include #include