From 8ef4896f86a5007b1d13b1f0247f417e08788b5a Mon Sep 17 00:00:00 2001 From: IvanDSM Date: Sun, 10 May 2020 15:08:59 -0300 Subject: [PATCH] Disable bettercamera by default. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ada27ecb..1fb8405a 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ TARGET_RPI ?= 0 # Compiler to use (ido or gcc) COMPILER ?= ido -# Enable better camera by default -BETTERCAMERA ?= 1 +# Disable better camera by default +BETTERCAMERA ?= 0 # Build for Emscripten/WebGL TARGET_WEB ?= 0