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 {
|
const Renderer = struct {
|
||||||
pub const name = .renderer;
|
pub const name = .renderer;
|
||||||
pub const components = .{
|
pub const components = .{
|
||||||
.{ .name = .ud, .type = u16 },
|
.{ .name = .id, .type = u16 },
|
||||||
};
|
};
|
||||||
pub const events = .{
|
pub const events = .{
|
||||||
.{ .global = .tick, .handler = tick },
|
.{ .global = .tick, .handler = tick },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue