• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Problem when trying to disable anti-aliasing in OTClient

Ron'sPepe

Member
Joined
Jul 11, 2014
Messages
32
Reaction score
7
Location
Chile
Hello Otlanders, for a long time, I tried to disable anti-aliasing in the sources of OTClient, but my tries doesn't Works.

The next image will give a comparison between Tibia with Anti-Aliasing and without.

Antialiasing.png


I touched line #499 on thingtype.cpp, but nothing:
animationPhaseTexture->setSmooth(true);


Somebody know the file or line where the smooth are active? thanks.
 
Back
Top