Commit c1857959 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Remove unnecessary index increment in wined3d_context_gl_cleanup_resources().

parent d6e4e944
......@@ -2663,8 +2663,6 @@ static void wined3d_context_gl_cleanup_resources(struct wined3d_context_gl *cont
wined3d_device_gl_free_memory(device_gl, r->block);
if (i != --count)
*r = blocks[count];
else
++i;
}
device_gl->retired_block_count = count;
}
......
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