Fix identation issues

This commit is contained in:
Hristo Stamenov 2021-01-27 23:10:11 +02:00
parent 0fce9f3201
commit 2b02adcefa

View File

@ -3983,9 +3983,7 @@ static Model LoadGLTF(const char *fileName)
break;
}
}
// model.meshes[primitiveIndex].boneIds[a] = (int)bones[a];
}
RL_FREE(bones);
}
else