mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix compile error that somehow doesn't trigger on VS
This commit is contained in:
@@ -139,7 +139,8 @@ public:
|
||||
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of %s", p,
|
||||
GetTypeName<WrapType>::Name());
|
||||
#else
|
||||
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of 0x%p", p, &m_ImmediatePool.items[0]));
|
||||
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of 0x%p", p,
|
||||
&m_ImmediatePool.items[0]);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user