Skip to content

Commit

Permalink
fix(line): default activeId
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed May 28, 2019
1 parent a41ae2e commit fdec4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geom/shader/meshline_vert.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attribute float a_dash_array;

uniform float u_zoom;
uniform float u_time : 0;
uniform float u_activeId : 1;
uniform float u_activeId : 0;
uniform vec4 u_activeColor : [ 1.0, 0, 0, 1.0 ];

varying float v_time;
Expand Down

0 comments on commit fdec4b1

Please sign in to comment.