Commit ac4bd550 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d2d1: Make "transform" in d2d_d3d_render_target_Clear() const.

parent 0e8f2786
......@@ -826,7 +826,7 @@ static void STDMETHODCALLTYPE d2d_d3d_render_target_Clear(ID2D1RenderTarget *ifa
ID3D10Buffer *vs_cb, *ps_cb;
HRESULT hr;
static float transform[] =
static const float transform[] =
{
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, -1.0f, 0.0f, 0.0f,
......
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