mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
cleanup todos
This commit is contained in:
parent
59312d7d52
commit
1b54162580
4 changed files with 4 additions and 16 deletions
|
|
@ -1921,9 +1921,8 @@ StringTableEntry getModNameFromPath(const char *path)
|
|||
|
||||
void postConsoleInput( RawData data )
|
||||
{
|
||||
// TODO(JTH): Mem leak
|
||||
// Schedule this to happen at the next time event.
|
||||
ConsoleValue* argv = new ConsoleValue[2]();
|
||||
ConsoleValue argv[2];
|
||||
argv[0].setString("eval");
|
||||
argv[1].setString(reinterpret_cast<const char*>(data.data));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue