Skip to content
Snippets Groups Projects
Commit 28220d2b authored by tanguy.cavagna's avatar tanguy.cavagna :desktop:
Browse files

Merge branch 'hotfix/charge-radius-updated' into 'master'

Charge radius updated

See merge request physics/electric-field!7
parents e7b3f7f8 b8fce53b
No related branches found
No related tags found
1 merge request!7Charge radius updated
......@@ -30,7 +30,7 @@ void draw_charges(struct gfx_context_t *ctxt, charge_t *charges, int num_charges
coordinates_t ch0;
coordinates_t ch1;
int radius = 45;
int radius = 25;
int chargePadding = 10;
// Draw charges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment