From e95d8bc655cb69320a835b9af9fd041bcd1257f7 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 5 Jun 2021 12:33:05 +0200 Subject: Minor format tweaks --- src/models.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/models.c') 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; -- cgit v1.2.3