From 5e2e510500ceac81486568fb5b60d20fce734a20 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 ada27ec..1fb8405 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