mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 17:30:11 +02:00
update comment
This commit is contained in:
@@ -121,7 +121,7 @@ function try_block(dir, x, y, maze, rows, columns) =
|
||||
dir == 0 ? go_right_from(x, y, maze) : (
|
||||
dir == 1 ? go_up_from(x, y, maze) : (
|
||||
dir == 2 ? go_left_from(x, y, maze) :
|
||||
go_down_from(x, y, maze) // 這時 dir 一定是 3
|
||||
go_down_from(x, y, maze) // dir is 3
|
||||
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user