Просмотр исходного кода

Update shapes_draw_rectangle_rounded.c

pull/3927/head
Ray 1 год назад
Родитель
Сommit
77cabc8bf2
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      examples/shapes/shapes_draw_rectangle_rounded.c

+ 1
- 1
examples/shapes/shapes_draw_rectangle_rounded.c Просмотреть файл

@ -62,7 +62,7 @@ int main(void)
if (drawRect) DrawRectangleRec(rec, Fade(GOLD, 0.6f));
if (drawRoundedRect) DrawRectangleRounded(rec, roundness, (int)segments, Fade(MAROON, 0.2f));
if (drawRoundedLines) DrawRectangleRoundedLines(rec, roundness, (int)segments, lineThick, Fade(MAROON, 0.4f));
if (drawRoundedLines) DrawRectangleRoundedLinesEx(rec, roundness, (int)segments, lineThick, Fade(MAROON, 0.4f));
// Draw GUI controls
//------------------------------------------------------------------------------

Загрузка…
Отмена
Сохранить