Skip to content

Commit

Permalink
тест
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Sep 14, 2024
1 parent 0dc5324 commit 3038f5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cad_source/zengine/core/entities/uzeentsubordinated.pas
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ procedure GDBObjExtendable.RemoveExtension(ExtType:TMetaEntityExtender);
end;
function GDBObjExtendable.GetExtension<GEntityExtenderType>:GEntityExtenderType;
begin
if assigned(EntExtensions) then
result:=EntExtensions.GetExtensionOf<GEntityExtenderType>
else
result:=nil;
if assigned(EntExtensions) then
result:=EntExtensions.GetExtensionOf<GEntityExtenderType>
else
result:=nil;
end;
function GDBObjExtendable.GetExtension(ExtType:TMetaEntityExtender):TAbstractEntityExtender;
begin
Expand Down

0 comments on commit 3038f5f

Please sign in to comment.