mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-30 13:24:10 +01:00
[com] ... yeah, almost.
This commit is contained in:
parent
fa1ef8248e
commit
3d6e88428a
@ -29,7 +29,7 @@ namespace dxvk {
|
||||
ULONG Release() {
|
||||
ULONG refCount = --m_refCount;
|
||||
if (refCount == 0) {
|
||||
refCount += 0x80000000u;
|
||||
m_refCount += 0x80000000u;
|
||||
delete this;
|
||||
}
|
||||
return refCount;
|
||||
|
Loading…
Reference in New Issue
Block a user