correct d3d11_debug check
This commit is contained in:
parent
81c4b10def
commit
fb43d04f8f
@ -411,7 +411,7 @@ void renderer_startup(struct sys_window *window)
|
|||||||
/* Create D3D11 device & context */
|
/* Create D3D11 device & context */
|
||||||
{
|
{
|
||||||
#if D3D11_DEBUG
|
#if D3D11_DEBUG
|
||||||
u32 flags = RTC ? D3D11_CREATE_DEVICE_DEBUG : 0;
|
u32 flags = D3D11_CREATE_DEVICE_DEBUG : 0;
|
||||||
#else
|
#else
|
||||||
u32 flags = 0;
|
u32 flags = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user