ecs: fix test / typo

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-03-26 20:47:11 -07:00 committed by Stephen Gutekanst
parent 7e0b9dde68
commit b1d8c2a009

View file

@ -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 },