draw: add missing break

This commit is contained in:
Keith Whitwell 2008-05-26 18:29:47 +01:00
parent 351eca365c
commit 529762d5df

View file

@ -100,6 +100,7 @@ void draw_pt_emit_prepare( struct pt_emit *emit,
case EMIT_4UB:
output_format = PIPE_FORMAT_B8G8R8A8_UNORM;
emit_sz = 4 * sizeof(ubyte);
break;
default:
assert(0);
output_format = PIPE_FORMAT_NONE;