mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix arrange reference zip iteration
This commit is contained in:
parent
d58dfc47ee
commit
9b30e0a8ea
1 changed files with 0 additions and 1 deletions
|
|
@ -2603,7 +2603,6 @@ class Mobject:
|
|||
for m1, m2 in zip(
|
||||
submobjects[reference_index:],
|
||||
submobjects[reference_index + 1 :],
|
||||
strict=True,
|
||||
):
|
||||
m2.next_to(m1, direction, buff, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue