Explorar o código

Update tutorials/shaders/shader_reference/shading_language.rst

Co-authored-by: tetrapod <[email protected]>
GlitchCode24 hai 7 meses
pai
achega
619edd2cae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/shaders/shader_reference/shading_language.rst

+ 1 - 1
tutorials/shaders/shader_reference/shading_language.rst

@@ -554,7 +554,7 @@ Godot Shading language supports the most common types of flow control:
     // `if`, `else if` and `else`.
     if (cond) {
 
-    } else if (cond) {
+    } else if (other_cond) {
 
     } else {