make tests pass.

This commit is contained in:
Jeff Hutchinson 2021-04-03 01:53:40 -04:00
parent f776e73b04
commit 3e04196a53
8 changed files with 103 additions and 124 deletions

View file

@ -151,7 +151,7 @@ template< typename T >
inline void EngineMarshallData( const T& arg, S32& argc, ConsoleValue *argv )
{
const char* str = castConsoleTypeToString(arg);;
argv[ argc++ ].setString(str, dStrlen(str));
argv[ argc++ ].setString(str);
}
inline void EngineMarshallData( bool arg, S32& argc, ConsoleValue *argv )
{