This commit is contained in:
syuilo 2019-05-07 18:14:37 +09:00
parent 96f675abed
commit 490b81ed05
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export default Vue.extend({
this.game.map = Object.values(maps).find(x => x.name == this.mapName).data; this.game.map = Object.values(maps).find(x => x.name == this.mapName).data;
} }
this.$forceUpdate(); this.$forceUpdate();
this.updateSettings(); this.updateSettings('map');
}, },
onPixelClick(pos, pixel) { onPixelClick(pos, pixel) {