mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix typo - don't use the wrong variable
This commit is contained in:
@@ -1233,7 +1233,7 @@ void TextureViewer::InitResourcePreview(ResourcePreview *prev, ResourceId id,
|
||||
else if(bufptr != NULL)
|
||||
{
|
||||
QString fullname = bindName;
|
||||
if(texptr->customName)
|
||||
if(bufptr->customName)
|
||||
{
|
||||
if(!fullname.isEmpty())
|
||||
fullname += " = ";
|
||||
|
||||
Reference in New Issue
Block a user