From c1ad893030bb3c80099c95219e36d0c6e9192bcc Mon Sep 17 00:00:00 2001 From: GZTime Date: Fri, 9 Apr 2021 22:06:20 +0800 Subject: [PATCH] Fix a wrong function name. --- manimlib/mobject/vector_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/vector_field.py b/manimlib/mobject/vector_field.py index 0776a3cc..b7f69096 100644 --- a/manimlib/mobject/vector_field.py +++ b/manimlib/mobject/vector_field.py @@ -283,7 +283,7 @@ class ShowPassingFlashWithThinningStrokeWidth(AnimationGroup): max_stroke_width = vmobject.get_stroke_width() max_time_width = kwargs.pop("time_width", self.time_width) AnimationGroup.__init__(self, *[ - ShowPassingFlash( + VShowPassingFlash( vmobject.deepcopy().set_stroke(width=stroke_width), time_width=time_width, **kwargs