Skip to content

Commit

Permalink
fix group meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
computermouth committed Nov 5, 2023
1 parent 38dc420 commit c927b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/mapc.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ int main(int argc, char * argv[]) {
out_plyr_vec = vector_init(sizeof(mapc_out_plyr_t));
out_trgr_vec = vector_init(sizeof(mapc_out_entt_t));

group_meshes(data);

prep_out();

// mpack time
Expand Down

0 comments on commit c927b08

Please sign in to comment.