Fix incorrect SMaterial::operator!= (regression from #15165) (#15226)

This commit is contained in:
grorp 2024-10-03 11:37:14 +02:00 committed by GitHub
parent 132e43346e
commit 3eef1ca28f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -410,6 +410,7 @@ public:
{
bool different =
MaterialType != b.MaterialType ||
ColorParam != b.ColorParam ||
MaterialTypeParam != b.MaterialTypeParam ||
Thickness != b.Thickness ||
Wireframe != b.Wireframe ||