mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
[d3d11] Fix incorrect AddRef -> Release
Spotted by @jp7677
This commit is contained in:
parent
2776ef43a3
commit
b0552751ad
@ -22,7 +22,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
|
|
||||||
ULONG STDMETHODCALLTYPE D3D11DXGIResource::Release() {
|
ULONG STDMETHODCALLTYPE D3D11DXGIResource::Release() {
|
||||||
return m_resource->AddRef();
|
return m_resource->Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user