typo in comment

This commit is contained in:
Murtagy
2024-02-03 18:43:34 +03:00
committed by GitHub
parent 5f0f9f477e
commit 7bf25a4cf2

View File

@@ -344,7 +344,7 @@ Camera2D :: struct {
zoom: f32, // Camera zoom (scaling), should be 1.0f by default
}
// Vertex data definning a mesh
// Vertex data defining a mesh
// NOTE: Data stored in CPU memory (and GPU)
Mesh :: struct {
vertexCount: c.int, // Number of vertices stored in arrays