Counter 't' is not incremented in drawPoly() #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
t
is not incremented, thus always 0.This means that only the first mesh type is checked, and the following meshes are assumed to have the same type.
It works because the test mesh only has tris or quads, but won't work with mixed meshes.
85cab5c47e/src/graphics.c (L17-L27)