Skip to content

Commit

Permalink
Fix incorrect SMaterial::operator!= (regression from minetest#15165) (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp authored Oct 3, 2024
1 parent 132e433 commit 3eef1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irr/include/SMaterial.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ class SMaterial
{
bool different =
MaterialType != b.MaterialType ||
ColorParam != b.ColorParam ||
MaterialTypeParam != b.MaterialTypeParam ||
Thickness != b.Thickness ||
Wireframe != b.Wireframe ||
Expand Down

0 comments on commit 3eef1ca

Please sign in to comment.