Skip to content

Commit

Permalink
r3.showdspf: fix a typo: case 3 instead of case3 (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored Oct 21, 2024
1 parent a4786e1 commit 9d699d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster3d/r3.showdspf/main_ogl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ void do__draw(file_info *Headp, struct dspec *D_spec)
fdraw_polys(D_spec);
break;
case 2:
case3:
case 3:
gdraw_polys(D_spec);
break;
}
Expand Down

0 comments on commit 9d699d5

Please sign in to comment.