mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-24 19:00:55 +00:00
Fix invalid error message
This commit is contained in:
committed by
Baldur Karlsson
parent
0909f1b90a
commit
0d3496a9c0
@@ -1121,7 +1121,7 @@ void RenderDoc::RemoveDeviceFrameCapturer(void *dev)
|
||||
{
|
||||
if(dev == NULL)
|
||||
{
|
||||
RDCERR("Invalid device pointer: %#p / %#p", dev);
|
||||
RDCERR("Invalid device pointer: %#p", dev);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user