Commit 0b4ddcf
committed
BF: Movie Compon with stopTime=None was trying to calculate stop time
It led to undefine being added to the frameRemains calculation.
Was caused by accidentally altering the contents of the movie params
while trying to convert None->undefined
Don't convert movie.params['stopTime'].val to be undefined!
fixes gh-31821 parent 04fb931 commit 0b4ddcf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments