update to latest mach-core API
This commit is contained in:
parent
2288073366
commit
c26cfec0b6
7 changed files with 70 additions and 81 deletions
|
|
@ -39,7 +39,7 @@ pub fn main() !void {
|
|||
defer app.deinit();
|
||||
|
||||
while (true) {
|
||||
if (try app.core.internal.update(&app)) return;
|
||||
if (try core.update(&app)) return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue