mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +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;
|
||||
|
||||
pub fn render(_: &Mesh) -> anyhow::Result<()> {
|
||||
pub fn run(_: &Mesh) -> anyhow::Result<()> {
|
||||
let event_loop = EventLoop::new()?;
|
||||
|
||||
let mut app = App::default();
|
||||
|
@ -7,7 +7,7 @@ fn main() -> anyhow::Result<()> {
|
||||
let mesh = model::model()?;
|
||||
|
||||
export::export(&mesh)?;
|
||||
app::render(&mesh)?;
|
||||
app::run(&mesh)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user