mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Tiny bug fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user