mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
more stringtable leveraging
This commit is contained in:
parent
874229047c
commit
5ab2419826
6 changed files with 15 additions and 15 deletions
|
|
@ -352,7 +352,7 @@ public:
|
|||
{
|
||||
cleanupData();
|
||||
type = ConsoleValueType::cvSTEntry;
|
||||
s = (char*)std::move(val);
|
||||
s = (char*)(StringTable->insert(val));
|
||||
bufferLen = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue