From d00057c803c0594d7e87ca56ca8e1f3855dfb29c Mon Sep 17 00:00:00 2001 From: Jason Olson Date: Sat, 17 Aug 2024 13:23:42 -0700 Subject: [PATCH] Add missing trailing comma --- vendor/raylib/raygui.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/raylib/raygui.odin b/vendor/raylib/raygui.odin index fd3080d48..a15467ae8 100644 --- a/vendor/raylib/raygui.odin +++ b/vendor/raylib/raygui.odin @@ -111,7 +111,7 @@ GuiDefaultProperty :: enum c.int { BACKGROUND_COLOR, // Background color TEXT_LINE_SPACING, // Text spacing between lines TEXT_ALIGNMENT_VERTICAL, // Text vertical alignment inside text bounds (after border and padding) - TEXT_WRAP_MODE // Text wrap-mode inside text bounds + TEXT_WRAP_MODE, // Text wrap-mode inside text bounds } // Label