mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40: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
|
|
@ -216,13 +216,13 @@ DefineEngineMethod(afxEffectronData, reset, void, (),,
|
|||
object->reloadReset();
|
||||
}
|
||||
|
||||
DefineEngineMethod(afxEffectronData, addEffect, void, (afxEffectBaseData* effect),,
|
||||
DefineEngineMethod(afxEffectronData, pushEffect, void, (afxEffectBaseData* effect),,
|
||||
"Adds an effect (wrapper or group) to an effectron's phase.\n\n"
|
||||
"@ingroup AFX")
|
||||
{
|
||||
if (!effect)
|
||||
{
|
||||
Con::errorf("afxEffectronData::addEffect() -- missing afxEffectWrapperData.");
|
||||
Con::errorf("afxEffectronData::pushEffect() -- missing afxEffectWrapperData.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue