mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Mobject.clear_updaters now returns self
This commit is contained in:
@ -186,6 +186,7 @@ class Mobject(Container):
|
||||
|
||||
def clear_updaters(self):
|
||||
self.updaters = []
|
||||
return self
|
||||
|
||||
# Transforming operations
|
||||
|
||||
|
Reference in New Issue
Block a user