Skip to content

Commit

Permalink
E57SimpleWriter: Fix the E57_EXT_surface_normals URI (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Oct 20, 2022
1 parent ac5145b commit 27fd16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WriterImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ namespace e57
ustring norExtUri;
if ( !imf_.extensionsLookupPrefix( "nor", norExtUri ) )
{
imf_.extensionsAdd( "nor", "http://www.libe57.org/E57_NOR_surface_normals.txt" );
imf_.extensionsAdd( "nor", "http://www.libe57.org/E57_EXT_surface_normals.txt" );
}
}

Expand Down

0 comments on commit 27fd16a

Please sign in to comment.