Skip to content

Commit d31da2c

Browse files
Merge branch 'master' into master
2 parents c64ec77 + d8db2b6 commit d31da2c

21 files changed

Lines changed: 30349 additions & 27987 deletions

File tree

examples/c/reflection/basics_json/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
3030
ecs_os_free(str);
3131

3232
// Convert entity & all its components to json
33-
str = ecs_entity_to_json(ecs, ent);
33+
str = ecs_entity_to_json(ecs, ent, NULL);
3434
printf("ent = %s\n", str);
3535
ecs_os_free(str);
3636

0 commit comments

Comments
 (0)