wined3d: Add a missing break.

oldstable
Stefan Dösinger 2014-01-17 13:27:13 +01:00 committed by Alexandre Julliard
parent 2190601ca2
commit f1ac04f2a6
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ void surface_prepare_map_memory(struct wined3d_surface *surface)
case SFLAG_INDIB:
if (!surface->dib.bitmap_data)
ERR("Map binding is set to SFLAG_INDIB but surface->dib.bitmap_data is NULL.\n");
break;
case SFLAG_INSYSMEM:
surface_prepare_system_memory(surface);