Commit 7c4d512f authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Make sure the correct texture is bound in device_update_volume.

parent b47695bf
......@@ -3501,6 +3501,7 @@ static HRESULT device_update_volume(struct wined3d_device *device,
/* Only a prepare, since we're uploading the entire volume. */
wined3d_texture_prepare_texture(dst_volume->container, context, FALSE);
wined3d_texture_bind(dst_volume->container, context, FALSE);
data.buffer_object = 0;
data.addr = src.data;
......
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