mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Fixed implementation signature of GuiScrollPanel (#174)
Added the new text parameter to the signature for the implementation of GuiScrollPanel
This commit is contained in:
@ -1451,7 +1451,7 @@ void GuiPanel(Rectangle bounds, const char *text)
|
||||
}
|
||||
|
||||
// Scroll Panel control
|
||||
Rectangle GuiScrollPanel(Rectangle bounds, Rectangle content, Vector2 *scroll)
|
||||
Rectangle GuiScrollPanel(Rectangle bounds, const char *text, Rectangle content, Vector2 *scroll)
|
||||
{
|
||||
GuiControlState state = guiState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user