Explorar o código

Fixed another small comment error

hmmmmmmmm %!s(int64=6) %!d(string=hai) anos
pai
achega
aea3b2df65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/shaders/shaders_julia_set.c

+ 1 - 1
examples/shaders/shaders_julia_set.c

@@ -89,7 +89,7 @@ int main()
         // Get input
         // 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) || IsKeyPressed(KEY_TWO) || IsKeyPressed(KEY_THREE) || IsKeyPressed(KEY_FOUR) || IsKeyPressed(KEY_FIVE) || IsKeyPressed(KEY_SIX))
         {
         {
             if (IsKeyPressed(KEY_ONE))
             if (IsKeyPressed(KEY_ONE))