ecs: fix test / typo
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7e0b9dde68
commit
b1d8c2a009
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ test "example" {
|
|||
const Renderer = struct {
|
||||
pub const name = .renderer;
|
||||
pub const components = .{
|
||||
.{ .name = .ud, .type = u16 },
|
||||
.{ .name = .id, .type = u16 },
|
||||
};
|
||||
pub const events = .{
|
||||
.{ .global = .tick, .handler = tick },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue