Skip to content

Commit 0895c8b

Browse files
committed
Update raygui.h
1 parent c623a92 commit 0895c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raygui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,7 @@ int GuiSlider(Rectangle bounds, const char *textLeft, const char *textRight, flo
32473247
float temp = (maxValue - minValue)/2.0f;
32483248
if (value == NULL) value = &temp;
32493249
float oldValue = *value;
3250-
3250+
32513251
int sliderWidth = GuiGetStyle(SLIDER, SLIDER_WIDTH);
32523252

32533253
Rectangle slider = { bounds.x, bounds.y + GuiGetStyle(SLIDER, BORDER_WIDTH) + GuiGetStyle(SLIDER, SLIDER_PADDING),
@@ -3363,7 +3363,7 @@ int GuiSliderBar(Rectangle bounds, const char *textLeft, const char *textRight,
33633363
GuiSetStyle(SLIDER, SLIDER_WIDTH, 0);
33643364
result = GuiSlider(bounds, textLeft, textRight, value, minValue, maxValue);
33653365
GuiSetStyle(SLIDER, SLIDER_WIDTH, preSliderWidth);
3366-
3366+
33673367
return result;
33683368
}
33693369

0 commit comments

Comments
 (0)