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
|
// Set prod to true when releasing
|
||||||
_prod = true;
|
// _prod = true;
|
||||||
// _prod = false;
|
_prod = false;
|
||||||
|
|
||||||
Debug = {
|
Debug = {
|
||||||
debug: true,
|
debug: true,
|
||||||
@ -10,12 +10,12 @@ Debug = {
|
|||||||
debugStorage: true,
|
debugStorage: true,
|
||||||
showArDetectCanvas: true,
|
showArDetectCanvas: true,
|
||||||
flushStoredSettings: false,
|
flushStoredSettings: false,
|
||||||
playerDetectDebug: false,
|
playerDetectDebug: true,
|
||||||
arDetect: {
|
arDetect: {
|
||||||
edgeDetect: true
|
edgeDetect: true
|
||||||
},
|
},
|
||||||
canvas: {
|
canvas: {
|
||||||
debugDetection: false
|
debugDetection: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user