Update doc comment

This commit is contained in:
Hanno Braun 2025-03-28 19:58:42 +01:00
parent 7b9613038c
commit d07e2719a9

View File

@ -57,9 +57,6 @@ pub struct Viewer {
impl Viewer {
/// # Display a triangle mesh in a new window
///
/// This can fail, if the viewer thread is no longer running. Returns the
/// triangle mesh, wrapped in an error, if that is the case.
pub fn display(&self, tri_mesh: TriMesh) {
// If there's an error, that means the display thread has closed down
// and we're on our way to shutting down as well. I don't think there's