mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
turn off antialias
This commit is contained in:
parent
131f5372db
commit
afaa758615
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});
|
||||
return twgl.getWebGLContext(canvas, {alpha: false, stencil: true , antialias: false});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue