Fixed the Never Fades check
This commit is contained in:
parent
ecdf6c9d9f
commit
6a98de6546
@ -372,7 +372,7 @@ begin
|
||||
end
|
||||
else if baseSig = 'LIGH' then begin
|
||||
// Flag Never Fades lights
|
||||
if (GetElementNativeValues(e, 'Record Header\Record Flags\Never Fades') > 0) then begin
|
||||
if GetElementNativeValues(e, 'Record Header\Record Flags\Never Fades') then begin
|
||||
MarkPersistent(e);
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user