mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 20:54:59 -07:00
typo in comment
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user