diff --git a/qrenderdoc/Code/RGPInterop.cpp b/qrenderdoc/Code/RGPInterop.cpp index b70931fcb..a25e89a06 100644 --- a/qrenderdoc/Code/RGPInterop.cpp +++ b/qrenderdoc/Code/RGPInterop.cpp @@ -277,7 +277,7 @@ void RGPInterop::CreateMapping(const rdcarray &actions) const SDObject *o = chunk->GetChild(i); if(o->type.flags & SDTypeFlags::Important) { - if(first) + if(!first) n += ", "; first = false; n += ToStr(o->AsUInt32());