Comparing version 0.13.1 to 0.13.2
{ | ||
"name": "2gl", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "WebGL library for 2GIS projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -101,3 +101,3 @@ /** | ||
} | ||
attributes[name].bind(gl, shaderAttribute.location, null, instancesExt); | ||
attributes[name].bind(gl, shaderAttribute.location, instancesExt); | ||
} | ||
@@ -104,0 +104,0 @@ if (this.indicesBuffer) { |
@@ -101,3 +101,3 @@ /** | ||
} | ||
attributes[name].bind(gl, shaderAttribute.location, null, instancesExt); | ||
attributes[name].bind(gl, shaderAttribute.location, instancesExt); | ||
} | ||
@@ -104,0 +104,0 @@ if (this.indicesBuffer) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
820673