Update renderer_d3d12.cpp (#1488)

This commit is contained in:
liuweiguang 2018-09-12 13:33:22 +08:00 committed by Branimir Karadžić
parent 032dae249e
commit c63d84fede
1 changed files with 1 additions and 1 deletions

View File

@ -3191,7 +3191,7 @@ namespace bgfx { namespace d3d12
ID3D12Resource* m_msaaRt;
#if BX_PLATFORM_WINDOWS
ID3D12InfoQueue* m_infoQueue;
ID3D12InfoQueue* m_infoQueue = nullptr;
#endif // BX_PLATFORM_WINDOWS
int64_t m_presentElapsed;