mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Disable bettercamera by default.
This commit is contained in:
parent
aa046c76d9
commit
5e2e510500
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue