missed mscore pasalong in .set

This commit is contained in:
Azaezel 2018-11-27 08:03:04 -06:00
parent e42586f2fa
commit 1703d5910b

View file

@ -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++)
{