Remove stray constant

This commit is contained in:
Grant Sanderson 2023-01-12 23:58:49 -08:00
parent a12b5cca67
commit c9a2971433

View file

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