snap_context module: fix shader compilation error

This commit is contained in:
Germano Cavalcante 2017-09-22 14:39:18 -03:00
parent b3c6d44409
commit 6b68239ce7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ varying vec4 clip_distance;
uniform float offset;
flat varying float primitive_id_var;
varying float primitive_id_var;
void main()
{