Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Aug 19, 2021
1 parent bd356da commit 40290ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manimlib/mobject/types/vectorized_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,)),
Expand Down

0 comments on commit 40290ad

Please sign in to comment.