Commit 1907d01f authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ddraw: Update the primary stateblock in update_clip_space().

parent b41af695
......@@ -38,6 +38,8 @@ static void update_clip_space(struct d3d_device *device,
D3DMATRIX projection;
multiply_matrix(&projection, &clip_space, &device->legacy_projection);
wined3d_stateblock_set_transform(device->state,
WINED3D_TS_PROJECTION, (struct wined3d_matrix *)&projection);
wined3d_device_set_transform(device->wined3d_device,
WINED3D_TS_PROJECTION, (struct wined3d_matrix *)&projection);
device->legacy_clipspace = clip_space;
......
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