mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Bug fix, call super().finish()
This commit is contained in:
parent
f61dfe7948
commit
5e09a80c5b
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class Transform(Animation):
|
|||
)
|
||||
|
||||
def finish(self):
|
||||
super().finish()
|
||||
self.mobject.unlock_data()
|
||||
|
||||
def create_target(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue