mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Remove stray constant
This commit is contained in:
parent
a12b5cca67
commit
c9a2971433
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ if TYPE_CHECKING:
|
|||
DEFAULT_STROKE_COLOR = GREY_A
|
||||
DEFAULT_FILL_COLOR = GREY_C
|
||||
|
||||
DISJOINT_CONST = 404
|
||||
|
||||
class VMobject(Mobject):
|
||||
fill_shader_folder: str = "quadratic_bezier_fill"
|
||||
stroke_shader_folder: str = "quadratic_bezier_stroke"
|
||||
|
|
Loading…
Add table
Reference in a new issue