Commit f142a68f by BellCodeEditor

save project

parent 8ce9c588
Showing with 0 additions and 3 deletions
...@@ -79,9 +79,6 @@ while True: ...@@ -79,9 +79,6 @@ while True:
index+=1 index+=1
if index >= len(shape): if index >= len(shape):
index = 0 index = 0
current_pos = shape(index)
if index >= len(shape):
index = 0
current_shape = shape[index] current_shape = shape[index]
if check(center) == False: if check(center) == False:
index = old_intdex index = old_intdex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment