mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Removed duplicate line.
The line below is redundant, it exits on line 141 - 142 and therefore isn't needed on 159.
## The description of a constant.
const GRAVITY = 9.8
This commit is contained in:
committed by
Max Hilbrunner
parent
9d9adb7fe9
commit
5951d5850d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user