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

Renamed function call

parent 9fb76d16
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ void draw_charges(charge_t *charges, int num_charges, int w, int h) { ...@@ -139,7 +139,7 @@ void draw_charges(charge_t *charges, int num_charges, int w, int h) {
glEnd(); glEnd();
} }
gl_draw_circle(chCoord, CHARGE_RADIUS, charges[i].q < 0 ? 0 : 255, 0, draw_circle(chCoord, CHARGE_RADIUS, charges[i].q < 0 ? 0 : 255, 0,
charges[i].q < 0 ? 255 : 0); charges[i].q < 0 ? 255 : 0);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment