From ac19d7e08a20f2b621f5d87a9ec598ddbcf778a6 Mon Sep 17 00:00:00 2001 From: Jake <69907743+JustJakeee@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:42:52 -0400 Subject: [PATCH] single letter typo (#391) --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 5ddcc47..cd4b55f 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -563,7 +563,7 @@ typedef enum { TEXT_ALIGNMENT_VERTICAL, // Text vertical alignment inside text bounds (after border and padding) TEXT_WRAP_MODE // Text wrap-mode inside text bounds //TEXT_DECORATION // Text decoration: 0-None, 1-Underline, 2-Line-through, 3-Overline - //TEXT_DECORATION_THICK // Text decoration line thikness + //TEXT_DECORATION_THICK // Text decoration line thickness } GuiDefaultProperty; // Other possible text properties: