Commit 80b17bef authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Fix return type for surface_load_texture().

parent f3a0465c
......@@ -2540,7 +2540,7 @@ static BOOL surface_load_drawable(struct wined3d_surface *surface,
return TRUE;
}
static HRESULT surface_load_texture(struct wined3d_surface *surface,
static BOOL surface_load_texture(struct wined3d_surface *surface,
struct wined3d_context *context, BOOL srgb)
{
unsigned int width, height, src_row_pitch, src_slice_pitch, dst_row_pitch, dst_slice_pitch;
......
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