mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Mobject.clear_updaters now returns self
This commit is contained in:
parent
9c047ee640
commit
cd3c1c3feb
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ class Mobject(Container):
|
|||
|
||||
def clear_updaters(self):
|
||||
self.updaters = []
|
||||
return self
|
||||
|
||||
# Transforming operations
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue