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