mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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…
x
Reference in New Issue
Block a user