mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix typo on changelog
This commit is contained in:
parent
36bb003745
commit
04140dae18
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class MyAnimation(Animation):
|
|||
self._sqrs = VGroup(Square())
|
||||
|
||||
def _setup_scene(self, scene: Scene) -> None:
|
||||
scene.add(self._sqr)
|
||||
scene.add(self._sqrs)
|
||||
self.scene = scene
|
||||
|
||||
def interpolate_mobject(self, alpha: float) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue