mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -133,6 +133,7 @@ ReflectionProbe::ReflectionProbe()
|
|||
|
||||
mCaptureMask = REFLECTION_PROBE_CAPTURE_TYPEMASK;
|
||||
mCanDamp = false;
|
||||
mAtten = 0.0f;
|
||||
}
|
||||
|
||||
ReflectionProbe::~ReflectionProbe()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue