From 1703d5910b62bb551ec74e7b72746dfa13080b84 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Tue, 27 Nov 2018 08:03:04 -0600 Subject: [PATCH] missed mscore pasalong in .set --- Engine/source/lighting/probeManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/lighting/probeManager.cpp b/Engine/source/lighting/probeManager.cpp index 98ed54b63..86c0242ae 100644 --- a/Engine/source/lighting/probeManager.cpp +++ b/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++) {