mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-26 00:59:17 -05:00
@ -4054,7 +4054,7 @@ static void GuiDrawText(const char *text, Rectangle bounds, int alignment, Color
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if defined(RAYGUI_DEBUG_TEXT_BOUNDS)
|
#if defined(RAYGUI_DEBUG_TEXT_BOUNDS)
|
||||||
GuiDrawRectangle(bounds, 0, WHITE, Fade(RED, 0.4f))
|
GuiDrawRectangle(bounds, 0, WHITE, Fade(RED, 0.4f));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user