mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
cleanup
This commit is contained in:
parent
02447f0996
commit
f776e73b04
11 changed files with 50 additions and 54 deletions
|
|
@ -2962,7 +2962,7 @@ DefineEngineStringlyVariadicMethod( SimObject, call, const char*, 3, 0, "( strin
|
|||
"@param args Zero or more arguments for the method.\n"
|
||||
"@return The result of the method call." )
|
||||
{
|
||||
argv[1].setString(argv[2], dStrlen(argv[2]));
|
||||
argv[1].setString(argv[2]);
|
||||
return Con::execute( object, argc - 1, argv + 1 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue