mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[com] ... yeah, almost.
This commit is contained in:
parent
fa1ef8248e
commit
3d6e88428a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace dxvk {
|
||||||
ULONG Release() {
|
ULONG Release() {
|
||||||
ULONG refCount = --m_refCount;
|
ULONG refCount = --m_refCount;
|
||||||
if (refCount == 0) {
|
if (refCount == 0) {
|
||||||
refCount += 0x80000000u;
|
m_refCount += 0x80000000u;
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
return refCount;
|
return refCount;
|
||||||
|
|
Loading…
Add table
Reference in a new issue