This commit is contained in:
Benjamin Collins 2020-08-17 01:51:21 +09:00
parent 522daa742c
commit 4492ebe528
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -388,7 +388,7 @@ class NinjaModel: # {
# }
for i in range(len(strip) - 2): #{
if i % 2 == 0 and counter_clockwise:
if i % 2 == 0 and not counter_clockwise:
a = strip[i + 0]
b = strip[i + 1]
c = strip[i + 2]