mesa: add fall-through comment, just to be clear

This commit is contained in:
Brian Paul
2012-09-27 21:04:39 -06:00
parent bd81ebf085
commit 46328296bd
+1
View File
@@ -1007,6 +1007,7 @@ _mesa_initialize_context(struct gl_context *ctx,
}
_mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt );
/* fall-through */
case API_OPENGL_CORE:
break;
case API_OPENGLES: