This commit is contained in:
Tamius Han 2018-08-31 00:38:03 +02:00
parent c1a4b8e701
commit 8c9ee493a8
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
// Set prod to true when releasing
// _prod = true;
_prod = false;
_prod = true;
// _prod = false;
Debug = {
debug: true,