Skip to content
Snippets Groups Projects
Commit b69584b6 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Fix cosmetic typos

Patch provided by Matteo F. Vescovi, thanks!
parent 45d006e6
Branches
Tags
No related merge requests found
...@@ -613,7 +613,7 @@ def read_weight_vmad(ew_bytes, object_layers): ...@@ -613,7 +613,7 @@ def read_weight_vmad(ew_bytes, object_layers):
# Some info: LW stores a face's points in a clock-wize order (with the # Some info: LW stores a face's points in a clock-wize order (with the
# normal pointing at you). This gives edges a 'direction' which is used # normal pointing at you). This gives edges a 'direction' which is used
# when it comes to storing CC edge weight values. The weight is given # when it comes to storing CC edge weight values. The weight is given
# to the point preceeding the edge that the weight belongs to. # to the point preceding the edge that the weight belongs to.
while offset < chunk_len: while offset < chunk_len:
pnt_id, pnt_id_len = read_vx(ew_bytes[offset:offset+4]) pnt_id, pnt_id_len = read_vx(ew_bytes[offset:offset+4])
offset+= pnt_id_len offset+= pnt_id_len
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment