Fix space

Co-Authored-By: adroitwhiz <adroitwhiz@protonmail.com>
This commit is contained in:
DD Liu 2019-08-28 19:00:16 -04:00 committed by GitHub
parent afaa758615
commit b9732c222c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ class RenderWebGL extends EventEmitter {
* @private
*/
static _getContext (canvas) {
return twgl.getWebGLContext(canvas, {alpha: false, stencil: true , antialias: false});
return twgl.getWebGLContext(canvas, {alpha: false, stencil: true, antialias: false});
}
/**