mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Update console.h
az: stringtable insert for stentry
This commit is contained in:
parent
dc16c50e4e
commit
338eaea786
|
|
@ -347,7 +347,7 @@ public:
|
|||
{
|
||||
//cleanupData();
|
||||
type = ConsoleValueType::cvSTEntry;
|
||||
s = const_cast<char*>(val);
|
||||
s = const_cast<char*>(StringTable->insert(val));
|
||||
}
|
||||
|
||||
TORQUE_FORCEINLINE void setEmptyString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue