fix
This commit is contained in:
parent
c1a4b8e701
commit
8c9ee493a8
@ -2,6 +2,10 @@
|
||||
|
||||
## v3.x
|
||||
|
||||
### v3.1.1 (Chrome-only)
|
||||
|
||||
* Logging was accidentally left on in release version. This was fixed.
|
||||
|
||||
### v3.1.0
|
||||
|
||||
* Fixed the issue where aspect ratio change wouldn't survive switching between fullscreen and non-fullscreen modes
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Set prod to true when releasing
|
||||
// _prod = true;
|
||||
_prod = false;
|
||||
_prod = true;
|
||||
// _prod = false;
|
||||
|
||||
Debug = {
|
||||
debug: true,
|
||||
|
Loading…
Reference in New Issue
Block a user