mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Update name of variable
This commit is contained in:
parent
7e47b2c868
commit
d9fa21ce86
@ -70,8 +70,8 @@ impl ApplicationHandler for DisplayState {
|
||||
.or_insert(window)
|
||||
};
|
||||
|
||||
if let Some(mesh) = self.tri_mesh.take() {
|
||||
window.handle_model_update(mesh);
|
||||
if let Some(tri_mesh) = self.tri_mesh.take() {
|
||||
window.handle_model_update(tri_mesh);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user