diff --git a/fatamorgana/records.py b/fatamorgana/records.py index 88863a7..c7bacc1 100644 --- a/fatamorgana/records.py +++ b/fatamorgana/records.py @@ -1960,7 +1960,7 @@ class Path(Record, GeometryMixin): dd = self.datatype is not None ll = self.layer is not None - size = write_uint(stream, 21) + size = write_uint(stream, 22) size += write_bool_byte(stream, (ee, ww, pp, xx, yy, rr, dd, ll)) if ll: size += write_uint(stream, self.layer) # type: ignore