Ver a proveniência

fixing typo (#2781)

fixing typo
pull/2783/head
Dor Shapira há 2 anos
committed by GitHub
ascendente
cometimento
bcb47255b9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      examples/shapes/shapes_basic_shapes.c

+ 2
- 2
examples/shapes/shapes_basic_shapes.c Ver ficheiro

@ -51,7 +51,7 @@ int main(void)
DrawCircleGradient(screenWidth/5, 220, 60, GREEN, SKYBLUE);
DrawCircleLines(screenWidth/5, 340, 80, DARKBLUE);
// Rectangle shapes and ines
// Rectangle shapes and lines
DrawRectangle(screenWidth/4*2 - 60, 100, 120, 60, RED);
DrawRectangleGradientH(screenWidth/4*2 - 90, 170, 180, 130, MAROON, GOLD);
DrawRectangleLines(screenWidth/4*2 - 40, 320, 80, 60, ORANGE); // NOTE: Uses QUADS internally, not lines
@ -83,4 +83,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

Carregando…
Cancelar
Guardar