fix(line): default activeId

This commit is contained in:
thinkinggis 2019-05-28 17:39:02 +08:00
parent a41ae2e485
commit fdec4b1a49
1 changed files with 1 additions and 1 deletions

View File

@ -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;