module: remove dispatchNoError, better loop implementation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5737c62171
commit
af3c1e9155
6 changed files with 95 additions and 42 deletions
|
|
@ -122,5 +122,5 @@ test "example" {
|
|||
//-------------------------------------------------------------------------
|
||||
// Send events to modules
|
||||
world.mod.renderer.sendGlobal(.tick, .{});
|
||||
try world.dispatch();
|
||||
try world.dispatch(.{});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue