mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Fix parameter generation for RGP event names
This commit is contained in:
@@ -277,7 +277,7 @@ void RGPInterop::CreateMapping(const rdcarray<ActionDescription> &actions)
|
||||
const SDObject *o = chunk->GetChild(i);
|
||||
if(o->type.flags & SDTypeFlags::Important)
|
||||
{
|
||||
if(first)
|
||||
if(!first)
|
||||
n += ", ";
|
||||
first = false;
|
||||
n += ToStr(o->AsUInt32());
|
||||
|
||||
Reference in New Issue
Block a user