Remove trailing spaces

This commit is contained in:
Ray 2021-04-18 23:50:32 +02:00
parent 63432724c7
commit 581bd0eb02
5 changed files with 54 additions and 54 deletions

View file

@ -1519,7 +1519,7 @@ Mesh GenMeshDefault(int vertexCount)
// Upload vertex data to GPU (static mesh)
// NOTE: mesh.vboId array is allocated inside UploadMesh()
UploadMesh(&mesh, false);
return mesh;
}