mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
Fix space
Co-Authored-By: adroitwhiz <adroitwhiz@protonmail.com>
This commit is contained in:
parent
afaa758615
commit
b9732c222c
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue