浏览代码

Small fixes in factory

/2018.3
Thomas ICHÉ 5 年前
当前提交
5badce84
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 6
      Runtime/Ingredients/Factory/Factory.cs

6
Runtime/Ingredients/Factory/Factory.cs


}
private void Update()
private void LateUpdate()
{
if(m_Instances != null)
{

foreach (var index in todelete)
{
m_Instances.RemoveAt(index);
AddRespawnCoroutine();
if(RespawnTarget)
AddRespawnCoroutine();
}
}
}

正在加载...
取消
保存