We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cc76e commit e604c3aCopy full SHA for e604c3a
src/xrGame/ActorEffector_script.cpp
@@ -22,8 +22,8 @@ BOOL CAnimatorCamEffectorScriptCB::Valid()
22
BOOL res = inherited::Valid();
23
if (!res && cb_name.size())
24
{
25
- luabind::functor<LPCSTR> fl;
26
- R_ASSERT(ai().script_engine().functor<LPCSTR>(*cb_name, fl));
+ luabind::functor<void> fl;
+ R_ASSERT(ai().script_engine().functor<void>(*cb_name, fl));
27
fl();
28
cb_name = "";
29
}
0 commit comments