Skip to content

Commit

Permalink
Update vectorized_mobject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltIII authored Dec 29, 2024
1 parent 494b776 commit a1670eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manim/mobject/types/vectorized_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,9 @@ def pointwise_become_partial(
0,
upper_residue,
)

if self.has_tip():
if a != 0:
self.remove(self.tip)
return self

def get_subcurve(self, a: float, b: float) -> Self:
Expand Down

0 comments on commit a1670eb

Please sign in to comment.