mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-21 05:33:22 +00:00
Formating tweaks
This commit is contained in:
parent
ab83e6dd41
commit
6f0d8611fe
@ -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]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user