Skip to content

Commit 40290ad

Browse files
committed
Remove unused parameter
1 parent bd356da commit 40290ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manimlib/mobject/types/vectorized_mobject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class VMobject(Mobject):
5454
"joint_type": "auto",
5555
"flat_stroke": False,
5656
"render_primitive": moderngl.TRIANGLES,
57-
"triangulation_locked": False,
5857
"fill_dtype": [
5958
('point', np.float32, (3,)),
6059
('unit_normal', np.float32, (3,)),

0 commit comments

Comments
 (0)