Skip to content

Commit 4e4f72a

Browse files
committed
revert change in tutorial
1 parent 0f879b8 commit 4e4f72a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/tutorials/draw_debug.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ def main():
3434

3535
# Debug line
3636
debug_line = scene.draw_debug_line(
37-
start=np.array((0.5, -0.25, 0.5)),
38-
end=np.array((0.5, 0.25, 0.5)),
39-
radius=0.01,
40-
color=(1, 0, 0, 1),
37+
start=(0.5, -0.25, 0.5), end=(0.5, 0.25, 0.5), radius=0.01, color=(1, 0, 0, 1)
4138
) # Red
4239

4340
# Debug arrow

0 commit comments

Comments
 (0)