Skip to content
Snippets Groups Projects
Commit 019d6aa0 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

fix y bug

parent 80a572d7
Branches
No related tags found
No related merge requests found
...@@ -477,7 +477,7 @@ function calculate_path_worker() { ...@@ -477,7 +477,7 @@ function calculate_path_worker() {
xcur = xnext xcur = xnext
ycur = ynext ycur = ynext
zcur = znext zcur = znext
if (ycur == (w-1)) { if (ycur == (h-1)) {
if (dy == 1) { if (dy == 1) {
dy = 0 dy = 0
dx = -step dx = -step
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment