浏览代码

Removed useless Assert; GC pressure--

/main
Thomas 7 年前
当前提交
5884c5ed
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      ScriptableRenderPipeline/Core/Volume/VolumeManager.cs

1
ScriptableRenderPipeline/Core/Volume/VolumeManager.cs


{
VolumeComponent comp;
m_Components.TryGetValue(type, out comp);
Assert.IsNotNull(comp, "Component map is corrupted, \"" + type + "\" not found");
return comp;
}

正在加载...
取消
保存