mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-17 10:25:23 +00:00
fix distance falloff misassignmen. fix uninitialized attenuation in root probes
This commit is contained in:
parent
5a2ec2731f
commit
a4266a1336
5 changed files with 5 additions and 5 deletions
|
|
@ -78,7 +78,6 @@ BoxEnvironmentProbe::BoxEnvironmentProbe() : ReflectionProbe()
|
|||
{
|
||||
mCaptureMask = REFLECTION_PROBE_CAPTURE_TYPEMASK;
|
||||
mProbeShapeType = ProbeInfo::Box;
|
||||
mAtten = 0.0;
|
||||
}
|
||||
|
||||
BoxEnvironmentProbe::~BoxEnvironmentProbe()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue