修复大地图显伤

This commit is contained in:
unanmed 2023-07-28 10:50:01 +08:00
parent bc2488c95d
commit 6e90b4cf00

View File

@ -23,7 +23,7 @@ core.control.updateDamage = function (floorId = core.status.floorId, ctx) {
floor.enemy.calMapDamage(); floor.enemy.calMapDamage();
core.status.damage.data = []; core.status.damage.data = [];
floor.enemy.render(); floor.enemy.render(true);
getItemDetail(floorId, onMap); // 宝石血瓶详细信息 getItemDetail(floorId, onMap); // 宝石血瓶详细信息
this.drawDamage(ctx, floorId); this.drawDamage(ctx, floorId);