mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] egl: removed accidental commit of test code
This commit is contained in:
parent
7be930a69c
commit
d2b83027b4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ uniform sampler2D sampler1;\
|
|||
\
|
||||
void main()\
|
||||
{\
|
||||
color = texture(sampler1, uv) * 1.1;\
|
||||
color = texture(sampler1, uv);\
|
||||
}\
|
||||
";
|
||||
|
||||
|
|
Loading…
Reference in a new issue