Explorar o código

Changed TYPE_FLOAT to TYPE_REAL

Wilson E. Alvarez %!s(int64=6) %!d(string=hai) anos
pai
achega
0ca14438ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      getting_started/scripting/gdscript/gdscript_basics.rst

+ 1 - 1
getting_started/scripting/gdscript/gdscript_basics.rst

@@ -895,7 +895,7 @@ There are 6 pattern types:
     matches the contents of a variable/enum ::
 
         match typeof(x):
-            TYPE_FLOAT:
+            TYPE_REAL:
                 print("float")
             TYPE_STRING:
                 print("text")