From 01dd4cef339c7481ce7a166d9a612862e476a67e Mon Sep 17 00:00:00 2001 From: noinodev Date: Fri, 17 Apr 2026 00:14:25 +1000 Subject: [PATCH] line break --- src/rmodels.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rmodels.c b/src/rmodels.c index 6a17b729a..52df22b97 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -1743,7 +1743,6 @@ void DrawMeshInstanced(Mesh mesh, Material material, const Matrix *transforms, i // Allocate GPU buffer and copy Matrix array to it instancesVboId = rlLoadVertexBuffer(transforms, instances*sizeof(Matrix), false); - // Instances transformation matrices are sent to shader attribute location: SHADER_LOC_VERTEX_INSTANCETRANSFORM if (material.shader.locs[SHADER_LOC_VERTEX_INSTANCETRANSFORM] != -1)