mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
optimizations
This commit is contained in:
@@ -57,6 +57,6 @@ vec4 calcOutfitPixel()
|
||||
*/
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = calcOutfitPixel() * color * opacity;
|
||||
gl_FragColor = calcOutfitPixel();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user