Skip to content

Commit 0dc118e

Browse files
committed
fix webgl-utils
1 parent fe93ddb commit 0dc118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/resources/webgl-utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
gl.attachShader(program, shader);
260260
});
261261
if (opt_attribs) {
262-
opt_attrib.forEach(function(attrib, ndx) {
262+
opt_attribs.forEach(function(attrib, ndx) {
263263
gl.bindAttribLocation(
264264
program,
265265
opt_locations ? opt_locations[ndx] : ndx,

0 commit comments

Comments
 (0)