Skip to content

Commit 0af7b29

Browse files
authored
Merge pull request #9389 from alexey-pkv/navigation-tutorial-typo-fix
Fix typo in Using NavigationServer tutorial page
2 parents 4b4d807 + 8a97806 commit 0af7b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/navigation/navigation_using_navigationservers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Afterwards the function waits for the next physics frame before continuing with
108108

109109
# create a new navigation region and add it to the map
110110
var region: RID = NavigationServer3D.region_create()
111-
NavigationServer3D.region_set_transform(region, Transform())
111+
NavigationServer3D.region_set_transform(region, Transform3D())
112112
NavigationServer3D.region_set_map(region, map)
113113

114114
# create a procedural navigation mesh for the region

0 commit comments

Comments
 (0)