Correct this
This commit is contained in:
parent
6e22e2b4fc
commit
06366c9c85
|
@ -946,7 +946,7 @@ bool d3d_device_get_backbuffer(LPDIRECT3DDEVICE dev,
|
||||||
if (!dev)
|
if (!dev)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#if defined(HAVE_D3D9) && !defined(__cplusplus)
|
#if defined(HAVE_D3D9)
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
if (SUCCEEDED(dev->GetBackBuffer(
|
if (SUCCEEDED(dev->GetBackBuffer(
|
||||||
swapchain_idx, idx,
|
swapchain_idx, idx,
|
||||||
|
|
Loading…
Reference in New Issue