浏览代码

Fixed compiler warning.

/fptl_cleanup
Torbjorn Laedre 8 年前
当前提交
e84f6bea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/ScriptableRenderPipeline/HDRenderPipeline/Shadow/Shadow.cs

2
Assets/ScriptableRenderPipeline/HDRenderPipeline/Shadow/Shadow.cs


float area = vl.screenRect.width * vl.screenRect.height;
long val = ShadowUtils.Asint( area );
val <<= 32;
val |= (long) vlidx;
val |= (long)(uint)vlidx;
m_TmpSortKeys.AddUnchecked( val );
}
m_TmpSortKeys.Sort();

正在加载...
取消
保存