recovery for get_cryp

This commit is contained in:
ntr
2019-02-22 16:00:39 +11:00
parent 96f31346c5
commit 967b316e37
3 changed files with 21 additions and 22 deletions
-1
View File
@@ -61,7 +61,6 @@ function renderCryps() {
window.addEventListener('resize', () => {
game.scale.displaySize.maxWidth = window.innerHeight * 1.6;
game.scale.displaySize.maxHeight = window.innerHeight;
// game.scale.resize();
});