I've noticed that on a solid white 64x64 image, the image begins to fade out before it reaches the edge of its own border. Of course changing the filtering can solve this issue, but changing the filtering of a individual texture seems to do nothing, and changing the atlas filtering mode can have undesired consequences to other textures.
So I had these questions:
-For cases like this, is it a good practice just to make separate atlases with different filtering modes?
-Are individual texture's filtering mode (and other settings) overridden by the atlas settings (I would think so but just to be sure)?
Any clarification is appreciated.