turned on logging in debug.js
This commit is contained in:
parent
956675b0c9
commit
eebed0e1c4
@ -1,6 +1,6 @@
|
||||
// Set prod to true when releasing
|
||||
_prod = true;
|
||||
// _prod = false;
|
||||
// _prod = true;
|
||||
_prod = false;
|
||||
|
||||
Debug = {
|
||||
debug: true,
|
||||
@ -10,12 +10,12 @@ Debug = {
|
||||
debugStorage: true,
|
||||
showArDetectCanvas: true,
|
||||
flushStoredSettings: false,
|
||||
playerDetectDebug: false,
|
||||
playerDetectDebug: true,
|
||||
arDetect: {
|
||||
edgeDetect: true
|
||||
},
|
||||
canvas: {
|
||||
debugDetection: false
|
||||
debugDetection: true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user