Skip to content

Commit

Permalink
Update src/objio.c
Browse files Browse the repository at this point in the history
Co-authored-by: Hector Sanjuan <[email protected]>
  • Loading branch information
jmbau and hsanjuan authored Aug 15, 2023
1 parent fb7bdec commit 0427286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/objio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,9 +1698,9 @@ int SARObjLoadSmoke(
case 2: /* Dark */
tex_name = SAR_STD_TEXNAME_SMOKE_DARK;
break;
case 3: /* Orange */
tex_name = SAR_STD_TEXNAME_SMOKE_ORANGE;
break;
case 3: /* Orange */
tex_name = SAR_STD_TEXNAME_SMOKE_ORANGE;
break;
}

/* Create new smoke trail object */
Expand Down

0 comments on commit 0427286

Please sign in to comment.