Skip to content

Commit d3d65bc

Browse files
Changed incorrect pos coordinate to a world coordinate in island 6 runway
1 parent 0c67471 commit d3d65bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python-islands/island-6/runway/runway_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace agent {
2020
2121
let orientation = agent.getOrientation();
2222
23-
agent.teleport(pos(948, y, z), orientation);
23+
agent.teleport(world(948, y, z), orientation);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)