diff --git a/vendor/raylib/raylib.odin b/vendor/raylib/raylib.odin index 69b7649aa..469afb034 100644 --- a/vendor/raylib/raylib.odin +++ b/vendor/raylib/raylib.odin @@ -855,7 +855,7 @@ CameraProjection :: enum c.int { ORTHOGRAPHIC, // Orthographic projection } -7// N-patch layout +// N-patch layout NPatchLayout :: enum c.int { NINE_PATCH = 0, // Npatch layout: 3x3 tiles THREE_PATCH_VERTICAL, // Npatch layout: 1x3 tiles