Commit 038e45c6 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Don't set SFLAG_INSYSMEM in surface_download_data.

surface_load_location takes care of this.
parent 1a55000d
......@@ -1671,9 +1671,6 @@ static void surface_download_data(struct wined3d_surface *surface, const struct
HeapFree(GetProcessHeap(), 0, mem);
}
}
/* Surface has now been downloaded */
surface->flags |= SFLAG_INSYSMEM;
}
/* This call just uploads data, the caller is responsible for binding the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment