mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Remove name-clashes in AFX code-base
This commit is contained in:
parent
f4c8e2683e
commit
158bf5528c
5 changed files with 12 additions and 12 deletions
|
|
@ -253,13 +253,13 @@ DefineEngineMethod(afxEffectGroupData, reset, void, (),,
|
|||
object->reloadReset();
|
||||
}
|
||||
|
||||
DefineEngineMethod(afxEffectGroupData, addEffect, void, (afxEffectBaseData* effect),,
|
||||
DefineEngineMethod(afxEffectGroupData, pushEffect, void, (afxEffectBaseData* effect),,
|
||||
"Adds an effect (wrapper or group) to an effect-group.\n\n"
|
||||
"@ingroup AFX")
|
||||
{
|
||||
if (!effect)
|
||||
{
|
||||
Con::errorf("afxEffectGroupData::addEffect() -- missing afxEffectWrapperData.");
|
||||
Con::errorf("afxEffectGroupData::pushEffect() -- missing afxEffectWrapperData.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue