Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Jun 11, 2015
1 parent 004e47b commit 11c31d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion js/render/draw_fill.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function drawFill(painter, layer, posMatrix, tile) {
for (var i = 0; i < elementGroups.groups.length; i++) {
group = elementGroups.groups[i];
offset = group.vertexStartIndex * vertex.itemSize;

gl.vertexAttribPointer(painter.fillShader.a_pos, 2, gl.SHORT, false, 4, offset + 0);

count = group.elementLength * 3;
Expand Down
1 change: 1 addition & 0 deletions shaders/outline.vertex.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ attribute vec4 a_color;

uniform mat4 u_matrix;
uniform vec2 u_world;

varying vec4 v_color;
varying vec2 v_pos;

Expand Down

0 comments on commit 11c31d1

Please sign in to comment.