mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
remove unused line
This commit is contained in:
parent
3474c703e3
commit
8f62d7d487
@ -180,7 +180,7 @@ void DX12_Hook::_PrepareForOverlay(IDXGISwapChain* pSwapChain, ID3D12CommandQueu
|
||||
|
||||
if (!_Initialized)
|
||||
{
|
||||
UINT bufferIndex = pSwapChain3->GetCurrentBackBufferIndex();
|
||||
// UINT bufferIndex = pSwapChain3->GetCurrentBackBufferIndex();
|
||||
pDevice = nullptr;
|
||||
if (pSwapChain3->GetDevice(IID_PPV_ARGS(&pDevice)) != S_OK)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user