mirror of
https://github.com/edubart/otclient.git
synced 2025-12-24 08:47:11 +01: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