mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
Ribbon GLSL fragment shader - remove this unused line
This commit is contained in:
parent
09b0a09ca2
commit
7b3b4de3b9
@ -1,6 +1,5 @@
|
||||
static const char *stock_fragment_xmb =
|
||||
"uniform float time;\n"
|
||||
"varying vec3 v;\n"
|
||||
"void main()\n"
|
||||
"{\n"
|
||||
" gl_FragColor = vec4(1.0, 1.0, 1.0, 0.05);\n"
|
||||
|
Loading…
Reference in New Issue
Block a user