diff --git a/assets/script/game/map/view/MapViewComp.ts b/assets/script/game/map/view/MapViewComp.ts index 7b81e34d..8b4fbdcd 100644 --- a/assets/script/game/map/view/MapViewComp.ts +++ b/assets/script/game/map/view/MapViewComp.ts @@ -61,7 +61,7 @@ export class MapViewComp extends CCComp { if (smc.heros.length>0){ let hero = ecs.getEntity(Hero); hero.load(v3(-360,-60), smc.heros[0].profession); - + } if (smc.monsters.length>0){