Fix sdl and linux build

This commit is contained in:
Filip Gawin
2020-04-24 17:41:48 +02:00
parent 374f951d7c
commit e3227f5558
10 changed files with 18 additions and 13 deletions

View File

@@ -497,7 +497,7 @@ Geometry::generateTriangles(int8 *adc)
static void
dumpMesh(Mesh *m)
{
for(int32 i = 0; i < m->numIndices-2; i++)
for(uint32 i = 0; i < m->numIndices-2; i++)
// if(i % 2)
// printf("%3d %3d %3d\n",
// m->indices[i+1],