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

View file

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