Sfoglia il codice sorgente

Fixed another small comment error

pull/835/head
hmmmmmmmm 6 anni fa
committed by GitHub
parent
commit
aea3b2df65
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      examples/shaders/shaders_julia_set.c

+ 1
- 1
examples/shaders/shaders_julia_set.c Vedi File

@ -89,7 +89,7 @@ int main()
// Get input
//----------------------------------------------------------------------------------
// Press 0 - 4 to reset c to a point of interest.
// Press 1 - 6 to reset c to a point of interest.
if (IsKeyPressed(KEY_ONE) || IsKeyPressed(KEY_TWO) || IsKeyPressed(KEY_THREE) || IsKeyPressed(KEY_FOUR) || IsKeyPressed(KEY_FIVE) || IsKeyPressed(KEY_SIX))
{
if (IsKeyPressed(KEY_ONE))

Caricamento…
Annulla
Salva