set map_mode on first load
This commit is contained in:
@@ -76,9 +76,6 @@ export default {
|
||||
this.engine = Matter.Engine.create(engineOptions);
|
||||
this.engine.gravity.scale = 0;
|
||||
this.world = this.engine.world;
|
||||
|
||||
// check map_mode
|
||||
console.log('mapconcernements created', this.$root);
|
||||
},
|
||||
mounted() {
|
||||
this.canvasMap.canvas = this.$refs['canvas-map'];
|
||||
|
Reference in New Issue
Block a user