Tiny bug fix

This commit is contained in:
Grant Sanderson
2018-08-30 14:24:40 -07:00
parent 9a85754014
commit 289d822a92

View File

@ -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