Parcourir la source

fix extra drawtext() (#5551)

pull/5561/head
Thomas Anderson il y a 2 semaines
committed by GitHub
Parent
révision
debbb90479
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      examples/core/core_random_sequence.c

+ 0
- 2
examples/core/core_random_sequence.c Voir le fichier

@ -96,8 +96,6 @@ int main(void)
{
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 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);

Chargement…
Annuler
Enregistrer