Ver código fonte

missed mscore pasalong in .set

Azaezel 6 anos atrás
pai
commit
0f0fc5279b
1 arquivos alterados com 1 adições e 0 exclusões
  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++)
    {