mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix for issue 4255 - Arrow3D: get_start() and get_end() methods both return np.array([0,0,0]). (#4320)
This commit is contained in:
parent
f63ba71f04
commit
3d029c1280
1 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ __all__ = [
|
|||
"DashedVMobject",
|
||||
]
|
||||
|
||||
|
||||
import itertools as it
|
||||
import sys
|
||||
from collections.abc import Hashable, Iterable, Mapping, Sequence
|
||||
|
|
@ -1916,7 +1915,6 @@ class VMobject(Mobject):
|
|||
return self
|
||||
num_curves = vmobject.get_num_curves()
|
||||
if num_curves == 0:
|
||||
self.clear_points()
|
||||
return self
|
||||
|
||||
# The following two lines will compute which Bézier curves of the given Mobject must be processed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue