Archived
1
0
Fork 0

Removed debug print

This commit is contained in:
Augs 2018-08-12 15:30:55 +01:00
parent b0d6bd61c0
commit e4d535ea42

View file

@ -125,7 +125,6 @@ def pack(stream,vertices,triangles): #pack triangles into col file
else:
group.ColParameter_offset = stream.tell()
for triangle in group.triangles:
print(triangle.ColParameter)
uint16.pack(stream,triangle.ColParameter)
stream.seek(header.group_offset)