Skip to content

Commit

Permalink
Web: Raise particle limit to 2500
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Mar 10, 2024
1 parent 134283f commit c4140e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static int do_main() {

#if defined(PLATFORM_WEB)
state.constants.flags.galaxies = true;
state.constants.PARTICLES_LIMIT = 750;
state.constants.PARTICLES_LIMIT = 2500;
state.user = state.make_user();
state.table = state.make_table();
emscripten_set_main_loop(do_loop, 0, 1);
Expand Down

0 comments on commit c4140e0

Please sign in to comment.