We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48472 commit a78146aCopy full SHA for a78146a
src/zflecs.zig
@@ -1139,7 +1139,7 @@ pub const observer_desc_t = extern struct {
1139
events: [FLECS_EVENT_DESC_MAX]entity_t = [_]entity_t{0} ** FLECS_EVENT_DESC_MAX,
1140
1141
yield_existing: bool = false,
1142
- callback: iter_action_t,
+ callback: ?iter_action_t,
1143
run: ?run_action_t = null,
1144
ctx: ?*anyopaque = null,
1145
ctx_free: ?ctx_free_t = null,
0 commit comments