mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
Update name of function
This commit is contained in:
parent
bf2034f74a
commit
ce19e97253
@ -9,7 +9,7 @@ use winit::{
|
|||||||
|
|
||||||
use crate::mesh::Mesh;
|
use crate::mesh::Mesh;
|
||||||
|
|
||||||
pub fn render(_: &Mesh) -> anyhow::Result<()> {
|
pub fn run(_: &Mesh) -> anyhow::Result<()> {
|
||||||
let event_loop = EventLoop::new()?;
|
let event_loop = EventLoop::new()?;
|
||||||
|
|
||||||
let mut app = App::default();
|
let mut app = App::default();
|
||||||
|
@ -7,7 +7,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
let mesh = model::model()?;
|
let mesh = model::model()?;
|
||||||
|
|
||||||
export::export(&mesh)?;
|
export::export(&mesh)?;
|
||||||
app::render(&mesh)?;
|
app::run(&mesh)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user