mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Compile fix from bad cherry-pick
This commit is contained in:
@@ -309,7 +309,7 @@ void ImageViewer::RefreshFile()
|
||||
|
||||
if(!f)
|
||||
{
|
||||
RDCERR("Couldn't open %s! Exclusive lock elsewhere?", filename);
|
||||
RDCERR("Couldn't open %s! Exclusive lock elsewhere?", m_Filename.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user