poly_texture shader: correct shader separator

This commit is contained in:
Gustl22 2018-04-27 10:49:27 +02:00
parent 4e368e77dc
commit 625f11cc55

View File

@ -12,7 +12,8 @@ void main() {
gl_Position = u_mvp * a_pos;
}
§
$$
#ifdef GLES
precision highp float;
#endif