mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Removed init_colors
This commit is contained in:
parent
97c0f4857b
commit
9d04e287d7
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class DecimalNumber(VMobject):
|
|||
def __init__(self, number=0, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
self.set_submobjects_from_number(number)
|
||||
self.init_colors()
|
||||
|
||||
def set_submobjects_from_number(self, number):
|
||||
self.number = number
|
||||
|
|
Loading…
Add table
Reference in a new issue