diff --git a/src/util/com/com_object.h b/src/util/com/com_object.h index 7f6ec256..1d277213 100644 --- a/src/util/com/com_object.h +++ b/src/util/com/com_object.h @@ -33,7 +33,7 @@ namespace dxvk { ULONG refCount = m_refCount++; if (refCount == 0ul) AddRefPrivate(); - return refCount; + return refCount + 1; } ULONG STDMETHODCALLTYPE Release() {