mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 09:18:15 +00:00
Remove trailing spaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user