Explorar el Código

fix extra drawtext()

pull/5551/head
CrackedPixel hace 1 semana
padre
commit
8623f9ee9b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      examples/core/core_random_sequence.c

+ 0
- 2
examples/core/core_random_sequence.c Ver fichero

@ -96,8 +96,6 @@ int main(void)
{ {
DrawRectangleRec(rectangles[i].rect, rectangles[i].color); DrawRectangleRec(rectangles[i].rect, rectangles[i].color);
DrawText("Press SPACE to shuffle the sequence", 10, screenHeight - 96, 20, BLACK);
DrawText("Press SPACE to shuffle the current sequence", 10, screenHeight - 96, 20, BLACK); DrawText("Press SPACE to shuffle the current sequence", 10, screenHeight - 96, 20, BLACK);
DrawText("Press UP to add a rectangle and generate a new sequence", 10, screenHeight - 64, 20, BLACK); DrawText("Press UP to add a rectangle and generate a new sequence", 10, screenHeight - 64, 20, BLACK);
DrawText("Press DOWN to remove a rectangle and generate a new sequence", 10, screenHeight - 32, 20, BLACK); DrawText("Press DOWN to remove a rectangle and generate a new sequence", 10, screenHeight - 32, 20, BLACK);

Cargando…
Cancelar
Guardar