[editor] custom map size fix

This commit is contained in:
2019-06-11 19:59:53 +03:00
parent a66b72ba22
commit 38e14c9269
7 changed files with 26 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ const editor = new Project(
height: 850,
},
flags: [
'dev_layout',
//'dev_layout',
]
})
).bind(module, gulp);