Explorar o código

missed mscore pasalong in .set

Azaezel %!s(int64=6) %!d(string=hai) anos
pai
achega
0f0fc5279b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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++)
    {