Skip to content
Snippets Groups Projects
Unverified Commit 40096ecd authored by David Sehnal's avatar David Sehnal Committed by GitHub
Browse files

Merge pull request #502 from giagitom/master

parents aa3d657d 43061b80
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ namespace Canvas3DContext {
const input = InputObserver.fromElement(canvas, { pixelScale, preventGestures: true });
const webgl = createContext(gl, { pixelScale });
const passes = new Passes(webgl, attribs);
const passes = new Passes(webgl, a);
if (isDebugMode) {
const loseContextExt = gl.getExtension('WEBGL_lose_context');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment