summaryrefslogtreecommitdiff
path: root/demos/3d/navmesh/navmesh.gd
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3d/navmesh/navmesh.gd')
-rw-r--r--demos/3d/navmesh/navmesh.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/3d/navmesh/navmesh.gd b/demos/3d/navmesh/navmesh.gd
index 87b0e1d2cc..f3eaf766d2 100644
--- a/demos/3d/navmesh/navmesh.gd
+++ b/demos/3d/navmesh/navmesh.gd
@@ -1,7 +1,7 @@
extends Navigation
-# member variables
+# Member variables
const SPEED = 4.0
var camrot = 0.0
@@ -11,7 +11,7 @@ var end = Vector3()
var m = FixedMaterial.new()
var path = []
-var draw_path=false
+var draw_path = false
func _process(delta):