Skip to content

Commit

Permalink
add 'return self'
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Feb 9, 2023
1 parent 169e7a3 commit f2c07af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manimlib/mobject/types/vectorized_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ def add_smooth_cubic_curve_to(self, handle: Vect3, point: Vect3) -> Self:
else:
new_handle = self.get_reflection_of_last_handle()
self.add_cubic_bezier_curve_to(new_handle, handle, point)
return self

def has_new_path_started(self) -> bool:
points = self.get_points()
Expand Down

0 comments on commit f2c07af

Please sign in to comment.