Skip to content

Commit

Permalink
Made public
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTheCarl authored and hannobraun committed Mar 6, 2024
1 parent 4f8fcdb commit 4a20a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-export/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub fn export_stl(
}

/// Export the provided mesh to the provided writer in the OBJ format.
fn export_obj(
pub fn export_obj(
mesh: &Mesh<Point<3>>,
mut write: impl Write,
) -> Result<(), Error> {
Expand Down

0 comments on commit 4a20a01

Please sign in to comment.