This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
gpu: remove mistakenly committed debug code.
legacy
Sam Hocevar
sam
11 years ago
parent
bd2abf9a78
commit
c5d6d72220
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/gpu/tile.lolfx
+ 1
- 1
src/gpu/tile.lolfx
View File
@@ -32,7 +32,7 @@ varying vec2 pass_TexCoord;
void main()
{
vec4 col = texture2D(in_Texture, pass_TexCoord);
gl_FragColor =
mix(
col
, vec4(1.0, 1.0, 0.0, 1.0), 0.5)
;
gl_FragColor = col;
}
[vert.hlsl]
Write
Preview
Loading…
Cancel
Save