mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Revert "Update console.h"
This reverts commit 76c17179e695df08466c34bf334c1e819ad59c76.
This commit is contained in:
parent
bdcd60f8af
commit
954c3b03db
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ public:
|
||||||
{
|
{
|
||||||
//cleanupData();
|
//cleanupData();
|
||||||
type = ConsoleValueType::cvSTEntry;
|
type = ConsoleValueType::cvSTEntry;
|
||||||
s = const_cast<char*>(StringTable->insert(val));
|
s = const_cast<char*>(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
TORQUE_FORCEINLINE void setEmptyString()
|
TORQUE_FORCEINLINE void setEmptyString()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue