mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 03:49:02 +00:00
d2d1: Make "transform" in d2d_d3d_render_target_Clear() const.
This commit is contained in:
parent
0e8f2786e9
commit
ac4bd550a5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user