mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
missed mscore pasalong in .set
This commit is contained in:
parent
e42586f2fa
commit
1703d5910b
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