Add inlined function call in Delegate invoke
This commit is contained in:
@@ -424,7 +424,7 @@ public:
|
|||||||
if (f._function != nullptr)
|
if (f._function != nullptr)
|
||||||
{
|
{
|
||||||
f._callee = (void*)Platform::AtomicRead((intptr volatile*)&bindings[i]._callee);
|
f._callee = (void*)Platform::AtomicRead((intptr volatile*)&bindings[i]._callee);
|
||||||
f(Forward<Params>(params)...);
|
f._function(f._callee, Forward<Params>(params)...);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user