[client] egl: removed accidental commit of test code

This commit is contained in:
Geoffrey McRae 2018-12-11 16:35:53 +11:00
parent 7be930a69c
commit d2b83027b4

View File

@ -98,7 +98,7 @@ uniform sampler2D sampler1;\
\ \
void main()\ void main()\
{\ {\
color = texture(sampler1, uv) * 1.1;\ color = texture(sampler1, uv);\
}\ }\
"; ";