Corosauce / CoroUtil

Minecraft Forge Mod - Library used in most of my other mods
22 stars 27 forks source link

Ignore nearly transparent pixels when computing colors #29

Open tterrag1098 opened 6 years ago

Corosauce commented 6 years ago

Either I broke something in the process of testing this PR, or "if (pixels[i] < 25) {" is true in 100% of scenarios according to my test and it breaks all texture data, seen with the particles:

before pr:

2018-05-17_01 10 51

after pr:

2018-05-17_01 11 19