diff --git a/src/io/video.js b/src/io/video.js index faef56cd2..f037b0f9c 100644 --- a/src/io/video.js +++ b/src/io/video.js @@ -135,7 +135,7 @@ class Video { } _disablePreview () { - if (this._skinId) { + if (this._skinId !== -1) { this.runtime.renderer.updateBitmapSkin(this._skinId, new ImageData(...Video.DIMENSIONS), 1); this.runtime.renderer.updateDrawableProperties(this._drawable, {visible: false}); }