From e58915e12fdfc499b10adec4f3f0a61c7aa821ea Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 21 Mar 2023 19:20:44 +0000 Subject: [PATCH] Fix typo!!!! --- 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 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