Skip to content

Commit

Permalink
refactor: Update attribute name in ModelReaderNode_LevelSet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Aug 21, 2024
1 parent e817f9e commit ab579f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ namespace NMR
m_nMeshID = fnStringToUint32(pAttributeValue);
}
else if(strcmp(pAttributeName,
XML_3MF_ATTRIBUTE_BOUNDARY_SHAPE_VOLUME_ID) == 0)
XML_3MF_ATTRIBUTE_MESH_VOLUMEDATA) == 0)
{
if(m_bHasVolumeDataID)
{
Expand Down

0 comments on commit ab579f4

Please sign in to comment.