Fixed the Never Fades check

This commit is contained in:
Eddoursul 2023-10-24 21:16:48 +02:00
parent ecdf6c9d9f
commit 6a98de6546

View File

@ -372,7 +372,7 @@ begin
end end
else if baseSig = 'LIGH' then begin else if baseSig = 'LIGH' then begin
// Flag Never Fades lights // 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); MarkPersistent(e);
exit; exit;
end; end;