Fix try/catch
This commit is contained in:
@ -141,7 +141,7 @@ class Screen
|
|||||||
video.removeAttribute('src');
|
video.removeAttribute('src');
|
||||||
video.load();
|
video.load();
|
||||||
}
|
}
|
||||||
catch {
|
} catch {
|
||||||
// Do nothing
|
// Do nothing
|
||||||
}
|
}
|
||||||
if (texture)
|
if (texture)
|
||||||
|
Reference in New Issue
Block a user