forked from FoundKeyGang/FoundKey
Fix #4873
This commit is contained in:
parent
96f675abed
commit
490b81ed05
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue