TINYGL: Add obviously missing break

This commit is contained in:
Joel Teichroeb 2013-12-08 11:29:11 -08:00
parent 96f2dd1748
commit f989e29d09

View file

@ -66,6 +66,7 @@ void tglGetFloatv(int pname, float *v) {
break;
case TGL_POINT_SIZE_RANGE:
v[0] = v[1] = 1.0f;
break;
default:
fprintf(stderr, "warning: unknown pname in glGetFloatv()\n");
break;