- missed some MAX's.
This commit is contained in:
parent
75c8e0af7c
commit
07a181090b
13 changed files with 28 additions and 28 deletions
|
|
@ -395,7 +395,7 @@ void FDynamicLight::UpdateLocation()
|
|||
|
||||
if (lighttype == FlickerLight || lighttype == RandomFlickerLight || lighttype == PulseLight)
|
||||
{
|
||||
intensity = float(MAX(GetIntensity(), GetSecondaryIntensity()));
|
||||
intensity = float(max(GetIntensity(), GetSecondaryIntensity()));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue