typo
This commit is contained in:
parent
ff7dcf6c54
commit
8db3a0f6e9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
||||||
if 'foreground3' in clip:
|
if 'foreground3' in clip:
|
||||||
n = seq()
|
n = seq()
|
||||||
if n <= 3: # 0,1,2,3
|
if n <= 3: # 0,1,2,3
|
||||||
clip['foreground']yy
|
clip['foreground']
|
||||||
elif n <= 6: # 4,5,6
|
elif n <= 6: # 4,5,6
|
||||||
clip['foreground2']
|
clip['foreground2']
|
||||||
else: # 7,8,9
|
else: # 7,8,9
|
||||||
|
|
Loading…
Reference in a new issue