mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix typo in Using NavigationServer tutorial page
(cherry picked from commit 8a9780670b)
This commit is contained in:
committed by
Max Hilbrunner
parent
b2599b7b86
commit
a39df66736
@@ -108,7 +108,7 @@ Afterwards the function waits for the next physics frame before continuing with
|
||||
|
||||
# create a new navigation region and add it to the map
|
||||
var region: RID = NavigationServer3D.region_create()
|
||||
NavigationServer3D.region_set_transform(region, Transform())
|
||||
NavigationServer3D.region_set_transform(region, Transform3D())
|
||||
NavigationServer3D.region_set_map(region, map)
|
||||
|
||||
# create a procedural navigation mesh for the region
|
||||
|
||||
Reference in New Issue
Block a user