Update doc comment

This commit is contained in:
Hanno Braun 2023-06-06 12:38:33 +02:00
parent c75adde136
commit 765e7fb309

View File

@ -59,7 +59,7 @@ impl Viewer {
}
}
/// Handle the shape being updated
/// Handle the model being updated
pub fn handle_model_update(&mut self, model: Model) {
self.renderer.update_geometry((&model.mesh).into());