Fix parameter generation for RGP event names

This commit is contained in:
baldurk
2021-07-10 21:30:34 +01:00
parent 7c7e9df847
commit 3d3e7506aa
+1 -1
View File
@@ -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());