mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 17:13:54 +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;
|
||||
mBounds = probeInfo->mBounds;
|
||||
mIsSkylight = probeInfo->mIsSkylight;
|
||||
mScore = probeInfo->mScore;
|
||||
|
||||
for (U32 i = 0; i < 9; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue