Remove unused parameter

This commit is contained in:
Grant Sanderson
2021-08-19 08:37:40 -07:00
parent bd356daa99
commit 40290ada83

View File

@ -54,7 +54,6 @@ class VMobject(Mobject):
"joint_type": "auto",
"flat_stroke": False,
"render_primitive": moderngl.TRIANGLES,
"triangulation_locked": False,
"fill_dtype": [
('point', np.float32, (3,)),
('unit_normal', np.float32, (3,)),