mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
GuiFilterCtrl: Rename identity function to resetFiltering to avoid clash
The field "identity" previously clashed with the method "identity"
This commit is contained in:
parent
a069496ad3
commit
4eabbd5bb0
|
|
@ -89,7 +89,7 @@ DefineEngineStringlyVariadicMethod( GuiFilterCtrl, setValue, void, 3, 20, "(f1,
|
|||
object->set(filter);
|
||||
}
|
||||
|
||||
DefineEngineMethod( GuiFilterCtrl, identity, void, (), , "Reset the filtering."
|
||||
DefineEngineMethod( GuiFilterCtrl, resetFiltering, void, (), , "Reset the filtering."
|
||||
"@internal")
|
||||
{
|
||||
object->identity();
|
||||
|
|
|
|||
Loading…
Reference in a new issue