J-Andersen-UvA / BabylonSignLab

1 stars 1 forks source link

Screen capture shows filename of next glos #10

Closed rem0g closed 5 months ago

rem0g commented 5 months ago

Probably caused by i+1 in forloop of animationSequencing. It can be easy solved with

if (recording) await startRecording('renderCanvas', animations[i+1]); // Start recording;