mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Remove Transform(...).update(1) call from GraphScene
This commit is contained in:
@@ -552,7 +552,7 @@ class GraphScene(Scene):
|
||||
kwargs["dx"] = dx
|
||||
kwargs["x"] = x
|
||||
new_group = self.get_secant_slope_group(**kwargs)
|
||||
Transform(group, new_group).update(1)
|
||||
group.become(new_group)
|
||||
return group
|
||||
|
||||
self.play(
|
||||
|
||||
Reference in New Issue
Block a user