Skip to content

Commit

Permalink
Fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Sep 18, 2023
1 parent 94530b8 commit 6386fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cad_source/zengine/core/entities/uzeentlwpolyline.pas
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ procedure GDBObjLWpolyline.LoadFromDXF;
val(s, byt, code);
while byt <> 0 do
begin
if not LoadFromDXFObjShared(f,byt,ptu,drawing) then
case byt of
8:
begin
Expand Down

0 comments on commit 6386fcc

Please sign in to comment.