Skip to content

Commit

Permalink
Update humanio.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbau authored Aug 13, 2023
1 parent 734a077 commit d18fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/humanio.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ int SARHumanLoadFromFile(sar_human_data_struct *hd, const char *filename)
else if(!strcasecmp(buf, "Gender"))
{
/* Male is default gender.
* If Female, a breast will be drawn on torso.
* If Female, breasts will be drawn on torso.
*/

char *s = FGetString(fp);
Expand Down

0 comments on commit d18fd89

Please sign in to comment.