Corrected position of toggle group

This commit is contained in:
Ray San
2018-03-05 14:02:20 +01:00
parent 2eba9b8073
commit 4c2bc85735

View File

@ -536,7 +536,7 @@ int main(int argc, char *argv[])
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);