mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-02 04:09:18 -05:00
Fix mismatch between if defined and define for RAYGUI_LINE_MARGIN_TEXT. (#454)
This commit is contained in:
@ -1660,7 +1660,7 @@ int GuiGroupBox(Rectangle bounds, const char *text)
|
|||||||
// Line control
|
// Line control
|
||||||
int GuiLine(Rectangle bounds, const char *text)
|
int GuiLine(Rectangle bounds, const char *text)
|
||||||
{
|
{
|
||||||
#if !defined(RAYGUI_LINE_ORIGIN_SIZE)
|
#if !defined(RAYGUI_LINE_MARGIN_TEXT)
|
||||||
#define RAYGUI_LINE_MARGIN_TEXT 12
|
#define RAYGUI_LINE_MARGIN_TEXT 12
|
||||||
#endif
|
#endif
|
||||||
#if !defined(RAYGUI_LINE_TEXT_PADDING)
|
#if !defined(RAYGUI_LINE_TEXT_PADDING)
|
||||||
|
|||||||
Reference in New Issue
Block a user