mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Removed check when RenderDoc is present.
This commit is contained in:
@@ -104,7 +104,8 @@ namespace bgfx
|
||||
{
|
||||
invalidate(_key);
|
||||
m_hashMap.insert(stl::make_pair(_key, _value) );
|
||||
BX_CHECK(1 == getRefCount(_value), "Interface ref count %d, hash %" PRIx64 "."
|
||||
BX_CHECK(isGraphicsDebuggerPresent()
|
||||
|| 1 == getRefCount(_value), "Interface ref count %d, hash %" PRIx64 "."
|
||||
, getRefCount(_value)
|
||||
, _key
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user