Skip to content

Fix accidentally overriding texture filtering of non particle textures

Rafael Brune requested to merge fix-texturefiltering-override into master

If for some reason the code in partRenderBillSystem() runs through without calling a trMakeCurrent() the call to partFilter(FALSE) will overwrite the filter setting of whatever texture was current before the function call.

Merge request reports