Skip to content

Commit

Permalink
Update src/3d/symbols/qgsmesh3dsymbol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored Nov 26, 2024
1 parent a496941 commit 6925b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/symbols/qgsmesh3dsymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ bool QgsMesh3DSymbol::operator==( const QgsMesh3DSymbol &other ) const
return false;

if ( !mMaterialSettings->equals( other.materialSettings() ))
return false;
return false;

// base class properties
if ( mDataDefinedProperties != other.mDataDefinedProperties )
Expand Down

0 comments on commit 6925b65

Please sign in to comment.