Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens authored Dec 1, 2021
2 parents c64ec77 + d8db2b6 commit d31da2c
Show file tree
Hide file tree
Showing 21 changed files with 30,349 additions and 27,987 deletions.
2 changes: 1 addition & 1 deletion examples/c/reflection/basics_json/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
ecs_os_free(str);

// Convert entity & all its components to json
str = ecs_entity_to_json(ecs, ent);
str = ecs_entity_to_json(ecs, ent, NULL);
printf("ent = %s\n", str);
ecs_os_free(str);

Expand Down
Loading

0 comments on commit d31da2c

Please sign in to comment.