mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Update doc comment
This commit is contained in:
parent
7b9613038c
commit
d07e2719a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user