We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ed180 commit 2755c1cCopy full SHA for 2755c1c
pywavefront/obj.py
@@ -65,7 +65,7 @@ def consume_vertices(self):
65
if not self.values:
66
break
67
68
- if self.values and self.values[0] != "v":
+ if self.values[0] != "v":
69
70
71
def parse_vn(self):
0 commit comments