mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Some bug fixes associated with new copy method
This commit is contained in:
@ -200,7 +200,7 @@ class VMobject(Mobject):
|
||||
but will be tracked in a separate special list for when
|
||||
it comes time to display.
|
||||
"""
|
||||
subpath_mobject = VMobject()
|
||||
subpath_mobject = self.copy()##Really helps to be of the same class
|
||||
subpath_mobject.is_subpath = True
|
||||
subpath_mobject.set_points(points)
|
||||
self.add(subpath_mobject)
|
||||
|
Reference in New Issue
Block a user