mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
optimizations
This commit is contained in:
@@ -6,5 +6,5 @@ varying vec2 textureCoords; // map texture coords
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = texture2D(texture, textureCoords) * color * opacity;
|
||||
gl_FragColor = texture2D(texture, textureCoords);
|
||||
}
|
||||
|
Reference in New Issue
Block a user