Commit f105bb5
committed
indexgenerator: Fix index_count assertion in generateVertexRemapMulti
In generateVertexRemap and generateVertexRemapCustom, we permit the use
on non-indexed data if the number of elements is not divisible by 3.
This does not affect the algorithm; the assertion is there to flag
accidental incorrect uses, and this change aligns the assertion between
all three function variants.1 parent 04057be commit f105bb5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments