Skip to content

Commit

Permalink
fix error when separating changes into discrete PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfung888 committed Feb 6, 2020
1 parent 76e45f9 commit bf95f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Alg.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class Alg
when 'z' then "F#{t1}+S#{t1}+B#{t2}"
new CompositeMove(moves, @world3d, @speed, c0lower + code.substring(1))
# allow input XYZ, but must store as xyz or else Z will be displayed as 2
new CompositeMove(moves, @world3d, @speed, code)

else
last_char_index = 2 if (code[1] == 'w' && code[0] in ['U', 'D', 'L', 'R', 'F', 'B'])
Expand Down

0 comments on commit bf95f3d

Please sign in to comment.