Skip to content

Commit

Permalink
Clean up createREGL call
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Sep 7, 2019
1 parent 2b463b9 commit 2f18525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/attribute-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tape('attribute constants', function (t) {
createContext.refreshCanvas();

var gl = createContext(2, 2)
var regl = createREGL({gl: gl})
var regl = createREGL(gl)

var vert = [
'precision highp float;',
Expand Down

0 comments on commit 2f18525

Please sign in to comment.