diff options
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/models.c b/src/models.c index ca33a682..05b177e8 100644 --- a/src/models.c +++ b/src/models.c @@ -1435,11 +1435,11 @@ void UpdateModelAnimation(Model model, ModelAnimation anim, int frame) for (int i = 0; i < model.meshes[m].vertexCount; i++) { - model.meshes[m].animVertices[vCounter] = 0; + model.meshes[m].animVertices[vCounter] = 0; model.meshes[m].animVertices[vCounter + 1] = 0; model.meshes[m].animVertices[vCounter + 2] = 0; - model.meshes[m].animNormals[vCounter] = 0; + model.meshes[m].animNormals[vCounter] = 0; model.meshes[m].animNormals[vCounter + 1] = 0; model.meshes[m].animNormals[vCounter + 2] = 0; |
