Fix vs indexing
This commit is contained in:
parent
fdf5073e31
commit
b3cf152b2d
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ void main()
|
||||||
|
|
||||||
fragment_color = in_color;
|
fragment_color = in_color;
|
||||||
|
|
||||||
julia_position = julia_positions[gl_VertexID];
|
julia_position = julia_positions[gl_VertexID % 3];
|
||||||
}
|
}
|
Loading…
Reference in a new issue