mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
typo in comment
This commit is contained in:
2
vendor/raylib/raylib.odin
vendored
2
vendor/raylib/raylib.odin
vendored
@@ -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