Fix #4873
This commit is contained in:
parent
96f675abed
commit
490b81ed05
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue