mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
more stringtable leveraging
This commit is contained in:
parent
874229047c
commit
5ab2419826
6 changed files with 15 additions and 15 deletions
|
|
@ -1626,7 +1626,7 @@ void postConsoleInput( RawData data )
|
|||
{
|
||||
// Schedule this to happen at the next time event.
|
||||
ConsoleValue argv[2];
|
||||
argv[0].setString("eval");
|
||||
argv[0].setStringTableEntry("eval");
|
||||
argv[1].setString(reinterpret_cast<const char*>(data.data));
|
||||
|
||||
Sim::postCurrentEvent(Sim::getRootGroup(), new SimConsoleEvent(2, argv, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue