浏览代码

missed mscore pasalong in .set

Azaezel 6 年之前
父节点
当前提交
0f0fc5279b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Engine/source/lighting/probeManager.cpp

+ 1 - 0
Engine/source/lighting/probeManager.cpp

@@ -100,6 +100,7 @@ void ProbeRenderInst::set(const ProbeRenderInst *probeInfo)
    numIndicesForPoly = probeInfo->numIndicesForPoly;
    mBounds = probeInfo->mBounds;
    mIsSkylight = probeInfo->mIsSkylight;
+   mScore = probeInfo->mScore;
 
    for (U32 i = 0; i < 9; i++)
    {