소스 검색

Merge pull request #8574 from Phlegmlee/patch-2

Removed duplicate line.
Matthew 1 년 전
부모
커밋
c1bcd06f61
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      tutorials/scripting/gdscript/gdscript_documentation_comments.rst

+ 0 - 3
tutorials/scripting/gdscript/gdscript_documentation_comments.rst

@@ -156,9 +156,6 @@ Complete script example
         RIGHT = 3,
     }
 
-    ## The description of a constant.
-    const GRAVITY = 9.8
-
     ## The description of the variable v1.
     var v1