mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-25 08:39:18 -05:00
Corrected position of toggle group
This commit is contained in:
@ -536,7 +536,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
toggle = GuiToggleButton(bounds[TOGGLE], "toggle", toggle);
|
toggle = GuiToggleButton(bounds[TOGGLE], "toggle", toggle);
|
||||||
|
|
||||||
toggleValue = GuiToggleGroup((Rectangle){ guiPosX + 98, guiPosY + 54, 65, 30 }, toggleGuiText, 4, toggleValue);
|
toggleValue = GuiToggleGroup((Rectangle){ guiPosX + 98, guiPosY + 54, 263, 30 }, toggleGuiText, 4, toggleValue);
|
||||||
|
|
||||||
sliderValue = GuiSlider(bounds[SLIDER], sliderValue, 0, 100);
|
sliderValue = GuiSlider(bounds[SLIDER], sliderValue, 0, 100);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user