This commit is contained in:
syuilo 2019-05-07 18:14:37 +09:00
parent 0b3526d3db
commit 9a93ecfbad

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) {