Make sure bone indices are ints;

This commit is contained in:
bjorn 2019-01-15 08:22:21 -08:00 committed by Bjorn Swenson
parent d1fd59a176
commit 6bb569192f
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ Model* lovrModelInit(Model* model, ModelData* data) {
.stride = data->views[accessor->view].stride,
.type = accessor->type,
.components = accessor->components,
.integer = j == ATTR_BONES,
.enabled = true
});