【攻击区域】提前初始化攻击区域碰撞体

main
刘涛 2024-10-15 13:12:28 +08:00
parent 8637859d81
commit aa2a816f4d
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ namespace Gameplay.Area.AttackArea
instanceObj.transform.position = worldPos;
}
}
_isMapChanged = true;
_isMapChanged = false;
Physics.Simulate(0.016f);
}
public void LogicUpdate(float dt)