mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
Formating tweaks
This commit is contained in:
@ -2325,7 +2325,7 @@ void UpdateModelAnimationBones(Model model, ModelAnimation anim, int frame)
|
|||||||
{
|
{
|
||||||
memcpy(model.meshes[i].boneMatrices,
|
memcpy(model.meshes[i].boneMatrices,
|
||||||
model.meshes[firstMeshWithBones].boneMatrices,
|
model.meshes[firstMeshWithBones].boneMatrices,
|
||||||
model.meshes[i].boneCount * sizeof(model.meshes[i].boneMatrices[0]));
|
model.meshes[i].boneCount*sizeof(model.meshes[i].boneMatrices[0]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user