Skip to content

Commit b7d0b8b

Browse files
committed
fixed typo, t -> e
1 parent 53bb724 commit b7d0b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/opengl/opengl_vectorized_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ def get_anchors(self) -> Iterable[np.ndarray]:
10601060

10611061
s = self.get_start_anchors()
10621062
e = self.get_end_anchors()
1063-
return list(it.chain.from_iterable(zip(s, t)))
1063+
return list(it.chain.from_iterable(zip(s, e)))
10641064

10651065
def get_points_without_null_curves(self, atol=1e-9):
10661066
nppc = self.n_points_per_curve

0 commit comments

Comments
 (0)