Changed the default style, colors, and some visual tweaks

This commit is contained in:
tamat
2018-07-23 19:50:31 +02:00
parent 441c85a26a
commit 41059286e4
6 changed files with 1384 additions and 785 deletions

View File

@@ -2552,7 +2552,8 @@ LGraphTextureKuwaharaFilter.pixel_shader = "\n\
if(video_streams.length)
{
var webcam = video_streams[0];
webcam.stop();
if( webcam.stop )
webcam.stop();
}
this._webcam_stream = null;