Core: use an explicit .start event sent by app to begin .tick events
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8089d3356e
commit
15fd2c3a64
8 changed files with 67 additions and 25 deletions
|
|
@ -89,6 +89,8 @@ fn init(
|
|||
.allocator = allocator,
|
||||
.pipeline = pipeline,
|
||||
});
|
||||
|
||||
core.send(.start, .{});
|
||||
}
|
||||
|
||||
fn tick(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue