Formatting

This commit is contained in:
ivan100sic 2020-11-12 12:41:11 +01:00
parent f2469415d2
commit 0013282012

View File

@ -88,10 +88,7 @@ ZoneWindowDrawing::ZoneWindowDrawing(HWND window)
auto renderTargetSize = D2D1::SizeU(m_clientRect.right - m_clientRect.left, m_clientRect.bottom - m_clientRect.top);
auto hwndRenderTargetProperties = D2D1::HwndRenderTargetProperties(window, renderTargetSize);
hr = GetD2DFactory()->CreateHwndRenderTarget(
renderTargetProperties,
hwndRenderTargetProperties,
&m_renderTarget);
hr = GetD2DFactory()->CreateHwndRenderTarget(renderTargetProperties, hwndRenderTargetProperties, &m_renderTarget);
if (!SUCCEEDED(hr))
{