From 7bf25a4cf25c16186b3808751c7df5d1163dbdd9 Mon Sep 17 00:00:00 2001 From: Murtagy <36745768+Murtagy@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:43:34 +0300 Subject: [PATCH] typo in comment --- vendor/raylib/raylib.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/raylib/raylib.odin b/vendor/raylib/raylib.odin index b4f0af2b3..dd186488c 100644 --- a/vendor/raylib/raylib.odin +++ b/vendor/raylib/raylib.odin @@ -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