mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
TINYGL: Remove default case as the current cases already represent all possible values
This commit is contained in:
parent
edce904439
commit
96f2dd1748
@ -283,7 +283,6 @@ void glopVertex(GLContext *c, GLParam *p) {
|
||||
case 0:
|
||||
gl_draw_triangle(c, &c->vertex[2], &c->vertex[1], &c->vertex[0]);
|
||||
break;
|
||||
default:
|
||||
case 1:
|
||||
gl_draw_triangle(c,&c->vertex[0], &c->vertex[1], &c->vertex[2]);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user