Still present in d6d2489d9b7fbfd51390e6adbeebb653027d1d6e.
Started when enabling textures in 357111e78d2349288d7af5254c071f3b412d91e6.
It may only happen with untextured objects.
Check how the materials are being applied to affected and not affected objects. This might have something to do with using Material::setColor() vs Material::draw(), but I did not check.
The car uses Material::draw() and appears fine. Oranges and Butters, for instance, only use Material::setColor() are affected.
Still present in d6d2489d9b7fbfd51390e6adbeebb653027d1d6e. Started when enabling textures in 357111e78d2349288d7af5254c071f3b412d91e6.
It may only happen with untextured objects.
Check how the materials are being applied to affected and not affected objects. This might have something to do with using
Material::setColor()
vsMaterial::draw()
, but I did not check.The car uses
Material::draw()
and appears fine. Oranges and Butters, for instance, only useMaterial::setColor()
are affected.