mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
missed mscore pasalong in .set
This commit is contained in:
parent
2c1a5f5647
commit
0f0fc5279b
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ void ProbeRenderInst::set(const ProbeRenderInst *probeInfo)
|
||||||
numIndicesForPoly = probeInfo->numIndicesForPoly;
|
numIndicesForPoly = probeInfo->numIndicesForPoly;
|
||||||
mBounds = probeInfo->mBounds;
|
mBounds = probeInfo->mBounds;
|
||||||
mIsSkylight = probeInfo->mIsSkylight;
|
mIsSkylight = probeInfo->mIsSkylight;
|
||||||
|
mScore = probeInfo->mScore;
|
||||||
|
|
||||||
for (U32 i = 0; i < 9; i++)
|
for (U32 i = 0; i < 9; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue