mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
Tiny bug fix
This commit is contained in:
parent
9a85754014
commit
289d822a92
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class DecimalNumber(VMobject):
|
|||
# of animated mobjects
|
||||
mob.points[:] = 0
|
||||
self.number = number
|
||||
return self
|
||||
|
||||
def get_value(self):
|
||||
return self.number
|
||||
|
|
Loading…
Add table
Reference in a new issue