mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Change typo from nonlocal var to local parameter
This commit is contained in:
parent
96c224250a
commit
6d4b595949
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ This represents how much time has passed between the last call of your updater.
|
|||
# access the time defined outside this function
|
||||
nonlocal time
|
||||
time+=dt
|
||||
d.set_value(time)
|
||||
m.set_value(time)
|
||||
d.add_updater(updater)
|
||||
self.add(d)
|
||||
self.wait(1.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue