mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 08:17:43 +00:00
Typo fix
This commit is contained in:
parent
e1deb770c8
commit
3b9c085cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class Mobject(Container):
|
|||
]
|
||||
|
||||
def has_time_based_updater(self):
|
||||
for updater in self.udpaters:
|
||||
for updater in self.updaters:
|
||||
if "dt" in get_parameters(updater):
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue