One unit compil has similar struct but the signess differ.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
namespace render {
|
namespace render {
|
||||||
|
|
||||||
struct VertexIndex {
|
struct VertexIndex {
|
||||||
int a, b, c;
|
unsigned int a, b, c;
|
||||||
|
|
||||||
VertexIndex(int A, int B, int C) : a(A), b(B), c(C) {}
|
VertexIndex(int A, int B, int C) : a(A), b(B), c(C) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user