RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 178 forks source link

Fixed white managedmat if specular/damage texture missing #3016

Closed ohlidalp closed 1 year ago

ohlidalp commented 1 year ago

This was a bug introduced with 0e8e64644c685ccdd1904c53260269d1473406a0 - managedmaterial processing got refactored and new logic didn't match the old logic - new checks for missing textures were overzealous and disabled the entire material instead of disabling just the related effect.

Fixes #3005

CuriousMike56 commented 1 year ago

👍 👍