Skip to content

Commit

Permalink
Update Examples/Python/src/Obj.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: felix-russo <[email protected]>
  • Loading branch information
asalzburger and felix-russo authored Aug 28, 2023
1 parent cd98959 commit 0d47488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Python/src/Obj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void addObj(Context& ctx) {
/// @param surfaces is the collection of surfaces
/// @param viewContext is the geometry context
/// @param viewRgb is the color of the surfaces
/// @param fileName is the name of the output file
/// @param fileName is the path to the output file
///
mex.def("writeSurfacesObj",
[](const std::vector<std::shared_ptr<Surface>>& surfaces,
Expand Down

0 comments on commit 0d47488

Please sign in to comment.