mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Update name of function parameter
This commit is contained in:
parent
42ad9202a8
commit
23f75b97c4
@ -10,11 +10,11 @@ use winit::{
|
||||
|
||||
use crate::{geometry::OpsLog, render::Renderer};
|
||||
|
||||
pub fn run(mesh: OpsLog) -> anyhow::Result<()> {
|
||||
pub fn run(ops: OpsLog) -> anyhow::Result<()> {
|
||||
let event_loop = EventLoop::new()?;
|
||||
|
||||
let mut app = App {
|
||||
ops: mesh,
|
||||
ops,
|
||||
window: None,
|
||||
renderer: None,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user