object: add TODO; fix non-aarch64 macos builds
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fc13b371bf
commit
ae1d49b51a
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ pub var non_blocking = false;
|
|||
|
||||
pub const mach_module = .mach_core;
|
||||
|
||||
pub const mach_systems = .{ .main, .init, .presentFrame, .deinit };
|
||||
pub const mach_systems = .{ .main, .init, .tick, .presentFrame, .deinit };
|
||||
|
||||
windows: mach.Objects(struct {
|
||||
// Window title string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue