Skip to content

Commit

Permalink
fixes plugorgau#17 fix opening credits start time
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Nov 28, 2021
1 parent e137d9d commit 53f9723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-xges.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def add_credits(self):
width, height = self._constrain(
dims, (self.opts.width, self.opts.height))

self._add_clip(layer, asset, 0, 0, duration,
self._add_clip(layer, asset, self.start_time, 0, duration,
0, 0, width, height, trim_end=False)
self.opening_length += duration

Expand Down

0 comments on commit 53f9723

Please sign in to comment.