okay
This commit is contained in:
parent
522daa742c
commit
4492ebe528
Binary file not shown.
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user