File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
[ #439 ] ( https://github.com/jeertmans/manim-slides/pull/439 )
18
18
- Added ` src = ... ` filepath argument to allow inserting external
19
19
videos as slides.
20
- [ #4526 ] ( https://github.com/jeertmans/manim-slides/pull/526 )
20
+ [ #526 ] ( https://github.com/jeertmans/manim-slides/pull/526 )
21
21
22
22
(unreleased-changed)=
23
23
### Changed
Original file line number Diff line number Diff line change @@ -619,7 +619,9 @@ def construct(self) -> None:
619
619
self .wait (2 )
620
620
self .next_slide ()
621
621
self .wait (2 )
622
+ self .next_slide () # Dummy
622
623
self .next_slide (src = config .slides [1 ].file , loop = True )
624
+ self .next_slide () # Dummy
623
625
self .wait (2 )
624
626
self .next_slide (src = config .slides [2 ].file )
625
627
You can’t perform that action at this time.
0 commit comments